Added additional command to present window. On my system the show unminimized the window, but if a window was just in the background, it was not raised.
This commit is contained in:
parent
60fb23ea9e
commit
43b0c54986
|
@ -268,6 +268,7 @@ class Window(Container, gtk.Window):
|
|||
dbg('Making a new Notebook')
|
||||
notebook = maker.make('Notebook', window=self)
|
||||
self.show()
|
||||
self.present()
|
||||
return self.get_child().newtab(debugtab, cwd=cwd, profile=profile)
|
||||
|
||||
def on_delete_event(self, window, event, data=None):
|
||||
|
|
Loading…
Reference in New Issue