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 @@ def patch_colors(self, spec: Dict[str, Optional[int]], configured: bool = False)
|
|||
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…
Reference in a new issue