mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
fix clicking on checkboxes in menus or on ghosted menu items slides in a blank page
This commit is contained in:
parent
965f9ab0a7
commit
20ac96a7f9
1 changed files with 2 additions and 0 deletions
|
@ -149,6 +149,8 @@ Item {
|
|||
// Don't block waiting for modal dialogs and such that the menu might open.
|
||||
delay.trigger(item);
|
||||
clearMenus();
|
||||
// build root level menu
|
||||
tabletMenu.buildMenu();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue