fix startup AssemblyGui

This commit is contained in:
jriegel
2012-03-30 20:37:32 +02:00
committed by Stefan Tröger
parent 0f05c6df8f
commit bd1d5525ca

View File

@@ -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();