mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06: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):
|
def show(self):
|
||||||
self.opentty()
|
self.opentty()
|
||||||
self.window.show_all()
|
self.window.show_all()
|
||||||
|
self.window.present()
|
||||||
|
|
||||||
def close(self, src=None, ignore=None):
|
def close(self, src=None, ignore=None):
|
||||||
self.closetty()
|
self.closetty()
|
||||||
|
Loading…
Reference in New Issue
Block a user