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
|
||||
def menu_location(menu, toolbar):
|
||||
ignore = menu
|
||||
x, y = toolbar.get_window().get_origin()
|
||||
ignore, height = toolbar.get_window().get_size()
|
||||
ignore, x, y = toolbar.get_window().get_origin()
|
||||
height = toolbar.get_window().get_height()
|
||||
|
||||
return x, y + height, True
|
||||
|
||||
|
|
Loading…
Reference in New Issue