Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cura/UI
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2021-09-13 15:57:40 +0300
committerJaime van Kessel <nallath@gmail.com>2021-09-13 15:57:40 +0300
commitcfb147853ef82534e2b1a8f7106565477955107e (patch)
treecb6ad3b50457b0cf65d2cce5b23a467ebc53116b /cura/UI
parent9f3aef02a2314e9039e931bb0edabaffd4ab8fea (diff)
parent8ed2e7bd447cb1d19a74e71481f10838340c6758 (diff)
Merge branch 'master' of github.com:Ultimaker/Cura into libArachne_rebased
Diffstat (limited to 'cura/UI')
-rw-r--r--cura/UI/ObjectsModel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/UI/ObjectsModel.py b/cura/UI/ObjectsModel.py
index 0c109d7a4a..64a6e89054 100644
--- a/cura/UI/ObjectsModel.py
+++ b/cura/UI/ObjectsModel.py
@@ -90,7 +90,7 @@ class ObjectsModel(ListModel):
parent = node.getParent()
if parent and parent.callDecoration("isGroup"):
- return False # Grouped nodes don't need resetting as their parent (the group) is resetted)
+ return False # Grouped nodes don't need resetting as their parent (the group) is reset)
node_build_plate_number = node.callDecoration("getBuildPlateNumber")
if Application.getInstance().getPreferences().getValue("view/filter_current_build_plate") and node_build_plate_number != self._build_plate_number: