From c9faf5dd5918716fdaa96a8541c90dcb7c04e28d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 25 Oct 2021 09:02:08 +0530 Subject: [PATCH] Extra update_blank_colors() call is not needed --- kitty/tab_bar.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kitty/tab_bar.py b/kitty/tab_bar.py index c63e15acf..8a7ec98ca 100644 --- a/kitty/tab_bar.py +++ b/kitty/tab_bar.py @@ -476,7 +476,6 @@ class TabBar: elif bg is False: bg = color_as_int(opts.tab_bar_background or opts.background) self.screen.color_profile.set_configured_colors(fg, bg) - self.update_blank_rects() def update_blank_rects(self) -> None: opts = get_options()