menu checkable button fix

This commit is contained in:
Dante Ruiz 2017-01-19 16:10:20 +00:00
parent 30b57b62da
commit 342a6c67fb

View file

@ -148,9 +148,6 @@ Item {
console.log("Triggering " + item.text)
// 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;
}
}