+ fixes #0001719: Show current shortcuts (S) in menus and hover text.
This commit is contained in:
@@ -118,7 +118,7 @@ Gui::Action * CmdDrawingNewPage::createAction(void)
|
||||
{
|
||||
Gui::ActionGroup* pcAction = new Gui::ActionGroup(this, Gui::getMainWindow());
|
||||
pcAction->setDropDownMenu(true);
|
||||
applyCommandData(pcAction);
|
||||
applyCommandData(this->className(), pcAction);
|
||||
|
||||
QAction* defaultAction = 0;
|
||||
int defaultId = 0;
|
||||
|
||||
Reference in New Issue
Block a user