mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Ensure active window is updated when taking over a tab
This commit is contained in:
parent
88410e032f
commit
d372b27ccd
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue