diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core.py b/src/core.py index a844968a..bcbc6bef 100644 --- a/src/core.py +++ b/src/core.py @@ -243,6 +243,8 @@ class Core(object): if not tab: return tab.chatstate = state + if tab == self.current_tab(): + self.refresh_window() def open_new_form(self, form, on_cancel, on_send, **kwargs): """ |