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:
Kovid Goyal
2021-05-17 15:04:33 +05:30
parent b7072d4097
commit bac6ebdf95
2 changed files with 4 additions and 3 deletions

View File

@@ -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,