Fix lost geom when using -H option. Closes LP#1035617

This commit is contained in:
Stephen Boddy 2013-09-03 19:55:56 +02:00
commit 92717bf662
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()