diff --git a/terminatorlib/terminator.py b/terminatorlib/terminator.py index 0659f3f9..b8205960 100755 --- a/terminatorlib/terminator.py +++ b/terminatorlib/terminator.py @@ -829,6 +829,7 @@ class Terminator: self.toggle_zoom(widget, not self._maximised) if self.remove(widget): + self.group_hoover() return True return False diff --git a/terminatorlib/terminatorterm.py b/terminatorlib/terminatorterm.py index ab844a01..dade1df2 100755 --- a/terminatorlib/terminatorterm.py +++ b/terminatorlib/terminatorterm.py @@ -1183,7 +1183,7 @@ text/plain # We have been removed from a group if not self.conf.titlebars and not self._want_titlebar: self._titlebox.hide () - self.terminator.group_hoover () + self.terminator.group_hoover () def group_all (self, widget): allname = _("All")