fixes 0003757: Join icon menu in the Boolean toolbar does not show command names nor tooltips

This commit is contained in:
wmayer
2019-01-01 16:48:43 +01:00
parent 13981b83ae
commit 1b69bfebb0

View File

@@ -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)