fixes 0003757: Join icon menu in the Boolean toolbar does not show command names nor tooltips
This commit is contained in:
@@ -608,7 +608,7 @@ void CmdPartCompJoinFeatures::languageChange()
|
||||
|
||||
if (!_pcAction)
|
||||
return;
|
||||
#if 0
|
||||
|
||||
Gui::CommandManager &rcCmdMgr = Gui::Application::Instance->commandManager();
|
||||
|
||||
Gui::ActionGroup* pcAction = qobject_cast<Gui::ActionGroup*>(_pcAction);
|
||||
@@ -637,7 +637,6 @@ void CmdPartCompJoinFeatures::languageChange()
|
||||
cmd2->setToolTip(QApplication::translate("Part_JoinFeatures", joinCutout->getToolTipText()));
|
||||
cmd2->setStatusTip(QApplication::translate("Part_JoinFeatures", joinCutout->getStatusTip()));
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
bool CmdPartCompJoinFeatures::isActive(void)
|
||||
|
||||
Reference in New Issue
Block a user