Fix tab bar not being redrawn when colors changed by set-colors
Fixes #4152
This commit is contained in:
parent
63e23d7fe3
commit
691bf75b35
@ -1699,6 +1699,7 @@ class Boss:
|
|||||||
setattr(opts, k, color_from_int(v))
|
setattr(opts, k, color_from_int(v))
|
||||||
for tm in self.all_tab_managers:
|
for tm in self.all_tab_managers:
|
||||||
tm.tab_bar.patch_colors(spec)
|
tm.tab_bar.patch_colors(spec)
|
||||||
|
tm.mark_tab_bar_dirty()
|
||||||
patch_global_colors(spec, configured)
|
patch_global_colors(spec, configured)
|
||||||
|
|
||||||
def apply_new_options(self, opts: Options) -> None:
|
def apply_new_options(self, opts: Options) -> None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user