mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Move layer data into LayerPass for cleaner access
CURA-1601
This commit is contained in:
parent
2c35f0196d
commit
17b12b9048
4 changed files with 204 additions and 196 deletions
|
@ -163,7 +163,7 @@ class ProcessSlicedLayersJob(Job):
|
|||
|
||||
view = Application.getInstance().getController().getActiveView()
|
||||
if view.getPluginId() == "LayerView":
|
||||
view.resetLayerData()
|
||||
view.getLayerPass().resetLayerData()
|
||||
|
||||
if self._progress:
|
||||
self._progress.hide()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue