Merge branch 'feature_layerview_ghosts' into ghosts

# Conflicts:
#	plugins/LayerView/LayerView.py
This commit is contained in:
fieldOfView 2016-09-19 16:43:17 +02:00
commit 7bca6a648a
5 changed files with 406 additions and 233 deletions

View file

@ -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()