ViewManager: no longer need to delay showing window; causes transient window issues

This commit is contained in:
Doug Blank 2016-05-04 20:06:54 -04:00
parent f83716b6bd
commit a0d5485088

View File

@ -427,10 +427,7 @@ class ViewManager(CLIManager):
if self.fullscreen:
self.window.fullscreen()
# Showing the main window is deferred so that
# ArgHandler can work without it always shown
# But we need to realize it here to have Gdk.window handy
self.window.realize()
self.window.show()
def __setup_navigator(self):
"""