Fix tab bar not being redrawn when colors changed by set-colors
Fixes #4152
This commit is contained in:
parent
63e23d7fe3
commit
691bf75b35
1 changed files with 1 additions and 0 deletions
|
|
@ -1699,6 +1699,7 @@ def patch_colors(self, spec: Dict[str, Optional[int]], configured: bool = False)
|
|||
setattr(opts, k, color_from_int(v))
|
||||
for tm in self.all_tab_managers:
|
||||
tm.tab_bar.patch_colors(spec)
|
||||
tm.mark_tab_bar_dirty()
|
||||
patch_global_colors(spec, configured)
|
||||
|
||||
def apply_new_options(self, opts: Options) -> None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue