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:
parent
e23ab47239
commit
e7111a2bfa
@ -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
|
||||
|
||||
|
@ -1217,6 +1217,7 @@ impl TermWindow {
|
||||
}
|
||||
MuxNotification::WindowInvalidated(_) => {
|
||||
window.invalidate();
|
||||
self.update_title_post_status();
|
||||
}
|
||||
MuxNotification::WindowRemoved(_window_id) => {
|
||||
// Handled by frontend
|
||||
|
Loading…
Reference in New Issue
Block a user