Start: the Start workbench should show the basic commands in the various context-menus.

See also https://forum.freecad.org/viewtopic.php?t=80498
This commit is contained in:
wmayer
2023-08-17 08:04:50 +02:00
committed by Chris Hennes
parent 38fb97947b
commit a90115a40c

View File

@@ -118,8 +118,7 @@ void StartGui::Workbench::loadStartPage()
void StartGui::Workbench::setupContextMenu(const char* recipient, Gui::MenuItem* item) const
{
Q_UNUSED(recipient);
Q_UNUSED(item);
Gui::StdWorkbench::setupContextMenu(recipient, item);
}
Gui::MenuItem* StartGui::Workbench::setupMenuBar() const