mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-08 23:23:23 -06:00
console: Fix keycombo menu location in fullscreen mode
This commit is contained in:
parent
2d110816d6
commit
1078facce2
@ -701,8 +701,8 @@ class vmmConsolePages(vmmGObjectUI):
|
|||||||
ignore = src
|
ignore = src
|
||||||
def menu_location(menu, toolbar):
|
def menu_location(menu, toolbar):
|
||||||
ignore = menu
|
ignore = menu
|
||||||
x, y = toolbar.get_window().get_origin()
|
ignore, x, y = toolbar.get_window().get_origin()
|
||||||
ignore, height = toolbar.get_window().get_size()
|
height = toolbar.get_window().get_height()
|
||||||
|
|
||||||
return x, y + height, True
|
return x, y + height, True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user