mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-28 12:21:55 +00:00
Fix tab title not always being updated when active window is closed
This commit is contained in:
parent
482129ff35
commit
971c28ce97
1 changed files with 3 additions and 0 deletions
|
|
@ -281,6 +281,9 @@ class Tab: # {{{
|
|||
else:
|
||||
self.active_window_idx = active_window_idx
|
||||
self.relayout_borders()
|
||||
active_window = self.active_window
|
||||
if active_window:
|
||||
self.title_changed(active_window)
|
||||
|
||||
def set_active_window_idx(self, idx):
|
||||
if idx != self.active_window_idx:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue