Fix: Layersliders work again.

This commit is contained in:
Remco Burema 2019-12-31 16:48:50 +01:00
parent cb361e9543
commit 1915100118
No known key found for this signature in database
GPG key ID: 215C49431D43F98C
2 changed files with 5 additions and 3 deletions

View file

@ -149,6 +149,9 @@ class SimulationViewProxy(QObject):
self.currentPathChanged.emit()
self._layerActivityChanged()
scene = Application.getInstance().getController().getScene()
scene.sceneChanged.emit(scene.getRoot())
def _onMaxLayersChanged(self):
self.maxLayersChanged.emit()