Better fix for minimal border layout issue

Keep _set_dimensions() private
This commit is contained in:
Kovid Goyal
2021-05-17 15:30:03 +05:30
parent bac6ebdf95
commit 02fb020dfd
3 changed files with 8 additions and 5 deletions

View File

@@ -204,7 +204,6 @@ 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,