diff --git a/src/Mod/Assembly/Gui/AppAssemblyGui.cpp b/src/Mod/Assembly/Gui/AppAssemblyGui.cpp index e68b004817..97e128262a 100644 --- a/src/Mod/Assembly/Gui/AppAssemblyGui.cpp +++ b/src/Mod/Assembly/Gui/AppAssemblyGui.cpp @@ -70,6 +70,7 @@ void AssemblyGuiExport initAssemblyGui() // directly load the module for usage in commands Base::Interpreter().runString("import AssemblyGui"); + Base::Interpreter().runString("import PartGui"); // instanciating the commands CreateAssemblyCommands();