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
@ -50,7 +50,7 @@ class Tab:
|
|||||||
def startup(self, session_tab):
|
def startup(self, session_tab):
|
||||||
for cmd in session_tab.windows:
|
for cmd in session_tab.windows:
|
||||||
self.new_window(cmd=cmd)
|
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
|
@property
|
||||||
def is_visible(self):
|
def is_visible(self):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user