Fix AppFrame after add popup menus to all widgets.

This commit is contained in:
and3md 2018-02-18 15:58:40 +01:00
parent c971b68655
commit dd4eed5ed2
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ class AppFrame : VerticalLayout, MenuItemClickHandler, MenuItemActionHandler {
}
/// override to handle main menu actions
bool onMenuItemAction(const Action action) {
override bool onMenuItemAction(const Action action) {
// default handling: dispatch action using window (first offered to focused control, then to main widget)
return window.dispatchAction(action);
}