mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 10:18:59 +08: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
@ -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…
x
Reference in New Issue
Block a user