Fix the window screen position lost when starting hidden with geometry. Closes LP#1035617
This commit is contained in:
parent
c8b6268835
commit
f78dcf2175
|
@ -385,6 +385,7 @@ class Window(Container, gtk.Window):
|
|||
|
||||
#Window must be shown, then hidden for the hotkeys to be registered
|
||||
if (self.ignore_startup_show and startup == True):
|
||||
self.position = self.get_position()
|
||||
self.hide()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue