mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fixes CURA-4789
Emits `sceneChanged` which `PrintInformation` listens for and then resets with. Same result re: print time, but also will update anythign else which is listening for `sceneChanged`.
This commit is contained in:
parent
ba1f915633
commit
fad43be23b
1 changed files with 2 additions and 1 deletions
|
|
@ -1062,7 +1062,8 @@ class CuraApplication(QtApplication):
|
|||
Selection.clear()
|
||||
|
||||
# Reset the print information:
|
||||
self._print_information.setToZeroPrintInformation(self.getBuildPlateModel().activeBuildPlate)
|
||||
self.getController().getScene().sceneChanged.emit(node)
|
||||
# self._print_information.setToZeroPrintInformation(self.getBuildPlateModel().activeBuildPlate)
|
||||
|
||||
# stay on the same build plate
|
||||
#self.getCuraSceneController().setActiveBuildPlate(0) # Select first build plate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue