mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 14:34:52 +02:00
Fix incorrect border drawing when multiple tabs and multiple OS Windows are present and some of the OS Windows have tab bars and some dont
Fixes #3634
This commit is contained in:
@@ -204,6 +204,7 @@ class Tab: # {{{
|
||||
if tm is not None:
|
||||
w = self.active_window
|
||||
ly = self.current_layout
|
||||
ly.set_dimensions()
|
||||
self.borders(
|
||||
all_windows=self.windows,
|
||||
current_layout=ly, extra_blank_rects=tm.blank_rects,
|
||||
|
||||
Reference in New Issue
Block a user