mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 04:03:13 +08:00
Fix SimulationView onSceneChanged signal binding
CURA-5130
This commit is contained in:
parent
143ee07228
commit
da00bdf9c3
@ -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…
x
Reference in New Issue
Block a user