summaryrefslogtreecommitdiff
path: root/src/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.py')
-rw-r--r--src/core.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.py b/src/core.py
index 0d9c88a1..ed78e6a3 100644
--- a/src/core.py
+++ b/src/core.py
@@ -1152,6 +1152,7 @@ class Core(object):
self.current_tab_nb = len(self.tabs) - 1
while not self.tabs[self.current_tab_nb]:
self.current_tab_nb -= 1
+ self.current_tab().on_gain_focus()
self.refresh_window()
import gc
gc.collect()