Skip to content

Commit

Permalink
fixes 0003757: Join icon menu in the Boolean toolbar does not show co…
Browse files Browse the repository at this point in the history
…mmand names nor tooltips
  • Loading branch information
wwmayer committed Jan 1, 2019
1 parent 1a7d3d9 commit 47fc808
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Mod/Part/Gui/Command.cpp
Expand Up @@ -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);
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 47fc808

Please sign in to comment.