Ooops broke default positioning strategy
This commit is contained in:
parent
0533d1ffd6
commit
aec5cdbdcd
@ -5,7 +5,7 @@ from sugar.graphics.canvasicon import CanvasIcon
|
|||||||
|
|
||||||
class _MenuStrategy:
|
class _MenuStrategy:
|
||||||
def get_menu_position(self, menu, item):
|
def get_menu_position(self, menu, item):
|
||||||
return item.get_context().translate_to_widget(self)
|
return item.get_context().translate_to_widget(item)
|
||||||
|
|
||||||
class MenuIcon(CanvasIcon):
|
class MenuIcon(CanvasIcon):
|
||||||
def __init__(self, menu_shell, **kwargs):
|
def __init__(self, menu_shell, **kwargs):
|
||||||
|
Loading…
Reference in New Issue
Block a user