console: Fix keycombo menu location in fullscreen mode

This commit is contained in:
Cole Robinson 2013-04-15 12:35:45 -04:00
parent 2d110816d6
commit 1078facce2

View File

@ -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