mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Properly clear stored layer data
This fixes an issue where switching back and forth between layer view would trigger a reload of the layer data
This commit is contained in:
parent
aac269f82a
commit
560662ac59
1 changed files with 1 additions and 0 deletions
|
@ -335,6 +335,7 @@ class CuraEngineBackend(Backend):
|
|||
if self._stored_layer_data:
|
||||
job = ProcessSlicedObjectListJob.ProcessSlicedObjectListJob(self._stored_layer_data)
|
||||
job.start()
|
||||
self._stored_layer_data = None
|
||||
else:
|
||||
self._layer_view_active = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue