Fix the window screen position lost when starting hidden with geometry. Closes LP#1035617

This commit is contained in:
Stephen Boddy 2013-09-03 16:10:09 +02:00
parent c8b6268835
commit f78dcf2175
1 changed files with 1 additions and 0 deletions

View File

@ -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()