mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
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 @@ class Boss:
|
|||
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…
Add table
Add a link
Reference in a new issue