Gui: Added SendToPythonConsole item in PartDesign tree view right-click menu.

This commit is contained in:
Nicola Cerone
2024-09-19 16:40:29 -04:00
committed by Chris Hennes
parent b7ccf634af
commit a90bbf27cc

View File

@@ -149,6 +149,7 @@ void Workbench::setupContextMenu(const char* recipient, Gui::MenuItem* item) con
<< "Std_Copy"
<< "Std_Paste"
<< "Std_Delete"
<< "Std_SendToPythonConsole"
<< "Separator";
}
}