mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Fix tab bar not being redrawn when colors changed by set-colors
Fixes #4152
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user