ViewManager: no longer need to delay showing window; causes transient window issues
This commit is contained in:
parent
f83716b6bd
commit
a0d5485088
@ -427,10 +427,7 @@ class ViewManager(CLIManager):
|
|||||||
if self.fullscreen:
|
if self.fullscreen:
|
||||||
self.window.fullscreen()
|
self.window.fullscreen()
|
||||||
|
|
||||||
# Showing the main window is deferred so that
|
self.window.show()
|
||||||
# ArgHandler can work without it always shown
|
|
||||||
# But we need to realize it here to have Gdk.window handy
|
|
||||||
self.window.realize()
|
|
||||||
|
|
||||||
def __setup_navigator(self):
|
def __setup_navigator(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user