Move layerdata and busy handling back into LayerView

This reverts commits 17b12b9048 and 66f8a62e6c.

# Conflicts:
#	plugins/LayerView/LayerPass.py
#	plugins/LayerView/LayerView.py
This commit is contained in:
fieldOfView 2016-09-19 17:59:24 +02:00
parent 155fe326b7
commit 087ad6f472
4 changed files with 226 additions and 218 deletions

View file

@ -163,7 +163,7 @@ class ProcessSlicedLayersJob(Job):
view = Application.getInstance().getController().getActiveView()
if view.getPluginId() == "LayerView":
view.getLayerPass().resetLayerData()
view.resetLayerData()
if self._progress:
self._progress.hide()