Added compatibility mode - old layer view is now also available

This commit is contained in:
Jack Ha 2017-01-02 12:56:18 +01:00
parent b79f0c6d08
commit 93137fcc91
8 changed files with 418 additions and 346 deletions

View file

@ -415,7 +415,6 @@ class CuraApplication(QtApplication):
controller = self.getController()
controller.setActiveView("SolidView")
# controller.setActiveView("LayerView")
controller.setCameraTool("CameraTool")
controller.setSelectionTool("SelectionTool")
@ -457,8 +456,6 @@ class CuraApplication(QtApplication):
self._qml_import_paths.append(Resources.getPath(self.ResourceTypes.QmlFiles))
self.initializeEngine()
# self.callLater(controller.setActiveView, "LayerView")
if self._engine.rootObjects:
self.closeSplash()