Extra update_blank_colors() call is not needed
This commit is contained in:
parent
baf080f147
commit
c9faf5dd59
1 changed files with 0 additions and 1 deletions
|
|
@ -476,7 +476,6 @@ def patch_colors(self, spec: Dict[str, Any]) -> None:
|
|||
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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue