Fix updating active quality

Contributes to CURA-2006
This commit is contained in:
Arjen Hiemstra 2016-08-04 17:55:16 +02:00
parent 354a467d8e
commit 324d1415d7
2 changed files with 5 additions and 0 deletions

View file

@ -605,6 +605,8 @@ class MachineManager(QObject):
catalog.i18nc("@label", "If you transfer your settings they will override settings in the profile."), details,
buttons = QMessageBox.Yes + QMessageBox.No, icon = QMessageBox.Question, callback = self._keepUserSettingsDialogCallback)
self.activeQualityChanged.emit()
def _keepUserSettingsDialogCallback(self, button):
if button == QMessageBox.Yes:
# Yes, keep the settings in the user profile with this profile