CURA-4525 deselect after move to build plate and build plate change

This commit is contained in:
Jack Ha 2018-01-03 15:21:56 +01:00
parent 2f965cc053
commit e7e5729006
2 changed files with 3 additions and 0 deletions

View file

@ -28,6 +28,7 @@ class BuildPlateModel(ListModel):
return
Logger.log("d", "Select build plate: %s" % nr)
self._active_build_plate = nr
Selection.clear()
self.activeBuildPlateChanged.emit()