Don't set an active tool on application start

This commit is contained in:
Arjen Hiemstra 2014-11-28 10:16:40 +01:00
parent d9374d5154
commit 3c4250c6fb

View File

@ -16,9 +16,7 @@ class PrinterApplication(QtApplication):
self._plugin_registry.loadPlugins({ "type": "MeshHandler" })
self._plugin_registry.loadPlugins({ "type": "Tool" })
self.getController().setActiveView("MeshView")
self.getController().setActiveTool("TransformTool")
root = self.getController().getScene().getRoot()
mesh = SceneNode(root)