Ensure active window is updated when taking over a tab

This commit is contained in:
Kovid Goyal 2021-11-30 14:28:50 +05:30
parent 88410e032f
commit d372b27ccd
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -155,6 +155,7 @@ class Tab: # {{{
for window in self.windows:
window.change_tab(self)
attach_window(self.os_window_id, self.id, window.id)
self.active_window_changed()
self.relayout()
def _set_current_layout(self, layout_name: str) -> None: