+ fixes #0001719: Show current shortcuts (S) in menus and hover text.
This commit is contained in:
@@ -316,7 +316,7 @@ Action * StdCmdDockViewMenu::createAction(void)
|
||||
{
|
||||
Action *pcAction;
|
||||
pcAction = new DockWidgetAction(this, getMainWindow());
|
||||
applyCommandData(pcAction);
|
||||
applyCommandData(this->className(), pcAction);
|
||||
return pcAction;
|
||||
}
|
||||
|
||||
@@ -351,7 +351,7 @@ Action * StdCmdToolBarMenu::createAction(void)
|
||||
{
|
||||
Action *pcAction;
|
||||
pcAction = new ToolBarAction(this, getMainWindow());
|
||||
applyCommandData(pcAction);
|
||||
applyCommandData(this->className(), pcAction);
|
||||
return pcAction;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user