diff --git a/src/hamster/lib/configuration.py b/src/hamster/lib/configuration.py index d2ba189c4..516fa161e 100644 --- a/src/hamster/lib/configuration.py +++ b/src/hamster/lib/configuration.py @@ -74,10 +74,7 @@ def close_window(self): def present(self): """Show window and bring it to the foreground.""" - # workaround https://gitlab.gnome.org/GNOME/gtk/issues/624 - # fixed in gtk-3.24.1 (2018-09-19) - # self.overview_controller.window.present() - self.window.present_with_time(glib.get_monotonic_time() / 1000) + self.window.present() def show(self): """Show window.