This commit is contained in:
Kovid Goyal 2020-02-17 10:12:10 +05:30
parent e9a899a9fa
commit 351781e869
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -978,6 +978,7 @@ class Application(QApplication):
if not geom:
return
restored = widget.restoreGeometry(geom)
self.ensure_window_on_screen(widget)
return restored
def ensure_window_on_screen(self, widget):