Do not run menu action if the menuitem is disabled
The click event can still be triggered by the shortcut or event by clicking on the disabled menuitem. So the callback must not run the action if the menuitem is disabled.
Closes #13326 (closed)
The click event can still be triggered by the shortcut or event by clicking on the disabled menuitem. So the callback must not run the action if the menuitem is disabled.
Closes #13326 (closed)