Fix lost geom when using -H option. Closes LP#1035617
This commit is contained in:
commit
92717bf662
|
@ -385,6 +385,7 @@ class Window(Container, gtk.Window):
|
||||||
|
|
||||||
#Window must be shown, then hidden for the hotkeys to be registered
|
#Window must be shown, then hidden for the hotkeys to be registered
|
||||||
if (self.ignore_startup_show and startup == True):
|
if (self.ignore_startup_show and startup == True):
|
||||||
|
self.position = self.get_position()
|
||||||
self.hide()
|
self.hide()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue