diff options
-rw-r--r-- | src/ui/root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/root.c b/src/ui/root.c index 6a98b261..2e883787 100644 --- a/src/ui/root.c +++ b/src/ui/root.c | |||
@@ -312,7 +312,7 @@ static iBool handleRootCommands_(iWidget *root, const char *cmd) { | |||
312 | iWidget *menu = findChild_Widget(button, "menu"); | 312 | iWidget *menu = findChild_Widget(button, "menu"); |
313 | iAssert(menu); | 313 | iAssert(menu); |
314 | if (!isVisible_Widget(menu)) { | 314 | if (!isVisible_Widget(menu)) { |
315 | openMenu_Widget(menu, bottomLeft_Rect(bounds_Widget(button))); | 315 | openMenu_Widget(menu, topLeft_Rect(bounds_Widget(button))); |
316 | } | 316 | } |
317 | else { | 317 | else { |
318 | closeMenu_Widget(menu); | 318 | closeMenu_Widget(menu); |