mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Ensure border rects are updated when patching colors
This commit is contained in:
parent
f78feb5abf
commit
a44a3195ab
1 changed files with 3 additions and 0 deletions
|
|
@ -1702,6 +1702,9 @@ class Boss:
|
|||
tm.tab_bar.patch_colors(spec)
|
||||
tm.tab_bar.layout()
|
||||
tm.mark_tab_bar_dirty()
|
||||
t = tm.active_tab
|
||||
if t is not None:
|
||||
t.relayout_borders()
|
||||
patch_global_colors(spec, configured)
|
||||
|
||||
def apply_new_options(self, opts: Options) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue