From bd1d5525cadafec68affc1d792032c9b91ec8a14 Mon Sep 17 00:00:00 2001 From: jriegel Date: Fri, 30 Mar 2012 20:37:32 +0200 Subject: [PATCH] fix startup AssemblyGui --- src/Mod/Assembly/Gui/AppAssemblyGui.cpp | 1 + 1 file changed, 1 insertion(+) 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();