mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fix SimulationView onSceneChanged signal binding
CURA-5130
This commit is contained in:
parent
143ee07228
commit
da00bdf9c3
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class SimulationView(View):
|
|||
|
||||
self._global_container_stack = None
|
||||
self._proxy = SimulationViewProxy()
|
||||
self._controller.getScene().getRoot().childrenChanged.connect(self._onSceneChanged)
|
||||
self._controller.getScene().sceneChanged.connect(self._onSceneChanged)
|
||||
|
||||
self._resetSettings()
|
||||
self._legend_items = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue