mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-12 11:39:33 +02:00
Fix starting up with multiple windows causing the active window border to be drawn around the wrong window
This commit is contained in:
@@ -50,7 +50,7 @@ class Tab:
|
||||
def startup(self, session_tab):
|
||||
for cmd in session_tab.windows:
|
||||
self.new_window(cmd=cmd)
|
||||
self.active_window_idx = session_tab.active_window_idx
|
||||
self.set_active_window_idx(session_tab.active_window_idx)
|
||||
|
||||
@property
|
||||
def is_visible(self):
|
||||
|
||||
Reference in New Issue
Block a user