mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 23:44:59 +02:00
Better fix for minimal border layout issue
Keep _set_dimensions() private
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user