Browse Source

Merge branch '2.5' of github.com:Ultimaker/Cura

Jaime van Kessel 8 years ago
parent
commit
36b5c369cf
1 changed files with 4 additions and 0 deletions
  1. 4 0
      cura/PlatformPhysics.py

+ 4 - 0
cura/PlatformPhysics.py

@@ -171,6 +171,10 @@ class PlatformPhysics:
         self._enabled = False
 
     def _onToolOperationStopped(self, tool):
+        # Selection tool should not trigger an update.
+        if tool.getPluginId() == "SelectionTool":
+            return
+
         if tool.getPluginId() == "TranslateTool":
             for node in Selection.getAllSelectedObjects():
                 if node.getBoundingBox().bottom < 0: