1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 04:56:12 +03:00

fix laggy tab bar update after closing a tab

refs: https://github.com/wez/wezterm/issues/4880
This commit is contained in:
Wez Furlong 2024-01-28 07:38:10 -07:00
parent e23ab47239
commit e7111a2bfa
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ As features stabilize some brief notes about them will accumulate here.
#### Fixed
* macOS: System LastResort font would be taken in preference to other fonts
in some cases when trying to find the fallback for bold fonts. #4877
* The fancy tab bar could take a few moments to update after closing a tab. #4880
### 20240127-113634-bbcac864

View File

@ -1217,6 +1217,7 @@ impl TermWindow {
}
MuxNotification::WindowInvalidated(_) => {
window.invalidate();
self.update_title_post_status();
}
MuxNotification::WindowRemoved(_window_id) => {
// Handled by frontend