mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 09:48:09 +02:00
Extra update_blank_colors() call is not needed
This commit is contained in:
@@ -476,7 +476,6 @@ class TabBar:
|
|||||||
elif bg is False:
|
elif bg is False:
|
||||||
bg = color_as_int(opts.tab_bar_background or opts.background)
|
bg = color_as_int(opts.tab_bar_background or opts.background)
|
||||||
self.screen.color_profile.set_configured_colors(fg, bg)
|
self.screen.color_profile.set_configured_colors(fg, bg)
|
||||||
self.update_blank_rects()
|
|
||||||
|
|
||||||
def update_blank_rects(self) -> None:
|
def update_blank_rects(self) -> None:
|
||||||
opts = get_options()
|
opts = get_options()
|
||||||
|
|||||||
Reference in New Issue
Block a user