mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-21 12:17:14 +00:00
Fix starting up with multiple windows causing the active window border to be drawn around the wrong window
This commit is contained in:
parent
674d8f9650
commit
521fe39e4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue