Ensure active window is updated when taking over a tab
This commit is contained in:
parent
88410e032f
commit
d372b27ccd
@ -155,6 +155,7 @@ class Tab: # {{{
|
|||||||
for window in self.windows:
|
for window in self.windows:
|
||||||
window.change_tab(self)
|
window.change_tab(self)
|
||||||
attach_window(self.os_window_id, self.id, window.id)
|
attach_window(self.os_window_id, self.id, window.id)
|
||||||
|
self.active_window_changed()
|
||||||
self.relayout()
|
self.relayout()
|
||||||
|
|
||||||
def _set_current_layout(self, layout_name: str) -> None:
|
def _set_current_layout(self, layout_name: str) -> None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user