We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e1fb6 commit fcafe53Copy full SHA for fcafe53
src/hamster/lib/configuration.py
@@ -74,10 +74,7 @@ def close_window(self):
74
75
def present(self):
76
"""Show window and bring it to the foreground."""
77
- # workaround https://gitlab.gnome.org/GNOME/gtk/issues/624
78
- # fixed in gtk-3.24.1 (2018-09-19)
79
- # self.overview_controller.window.present()
80
- self.window.present_with_time(glib.get_monotonic_time() / 1000)
+ self.window.present()
81
82
def show(self):
83
"""Show window.
0 commit comments