mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-09 23:54:20 +02:00
Ensure active window is updated when taking over a tab
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user