mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Top layers are now correctly updated when object is selected
CURA-992
This commit is contained in:
parent
5cb1e9e2a6
commit
c4c5ba6c22
1 changed files with 2 additions and 2 deletions
|
@ -225,8 +225,8 @@ class _CreateTopLayersJob(Job):
|
|||
layer_data = None
|
||||
for node in DepthFirstIterator(self._scene.getRoot()):
|
||||
layer_data = node.callDecoration("getLayerData")
|
||||
if not layer_data:
|
||||
continue
|
||||
if layer_data:
|
||||
break
|
||||
|
||||
if self._cancel or not layer_data:
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue