...
This commit is contained in:
parent
8a39976449
commit
57bfa9e2e5
1 changed files with 2 additions and 3 deletions
|
|
@ -1010,9 +1010,8 @@ def mark_tab_bar_dirty(self) -> None:
|
|||
boss = get_boss()
|
||||
w = self.active_window
|
||||
data = {'tab_manager': self}
|
||||
for g in global_watchers():
|
||||
for watcher in g.on_tab_bar_dirty:
|
||||
watcher(boss, w, data)
|
||||
for watcher in global_watchers().on_tab_bar_dirty:
|
||||
watcher(boss, w, data)
|
||||
|
||||
def update_tab_bar_data(self) -> None:
|
||||
self.tab_bar.update(self.tab_bar_data)
|
||||
|
|
|
|||
Loading…
Reference in a new issue