mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 22:01:47 +03:00
gui: invalidate fancy tab bar on config reload
Otherwise we won't pick up font changes as quickly
This commit is contained in:
parent
99d73baba7
commit
561efcb8d1
@ -1306,6 +1306,7 @@ impl TermWindow {
|
||||
self.show_scroll_bar = config.enable_scroll_bar;
|
||||
self.shape_cache.borrow_mut().clear();
|
||||
self.fancy_tab_bar.take();
|
||||
self.invalidate_fancy_tab_bar();
|
||||
self.input_map = InputMap::new(&config);
|
||||
self.leader_is_down = None;
|
||||
let dimensions = self.dimensions;
|
||||
|
Loading…
Reference in New Issue
Block a user