mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-23 17:34:21 +03:00
Call 'present' to ensure serial console is raised & focused
This commit is contained in:
parent
a35e1867cf
commit
61dfeae69f
@ -63,7 +63,8 @@ class vmmSerialConsole:
|
||||
|
||||
def show(self):
|
||||
self.opentty()
|
||||
self.window.show_all()
|
||||
self.window.show_all()
|
||||
self.window.present()
|
||||
|
||||
def close(self, src=None, ignore=None):
|
||||
self.closetty()
|
||||
|
Loading…
Reference in New Issue
Block a user