Browse Source

Merge pull request #1499 from LipuFei/feature_CURA-3397-override-profile-dialog

CURA-3397 Set override profile preference option upon visibility change
jack 8 years ago
parent
commit
c154ce07f8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      resources/qml/DiscardOrKeepProfileChangesDialog.qml

+ 2 - 0
resources/qml/DiscardOrKeepProfileChangesDialog.qml

@@ -22,6 +22,8 @@ UM.Dialog
         {
             changesModel.forceUpdate()
         }
+
+        discardOrKeepProfileChangesDropDownButton.currentIndex = UM.Preferences.getValue("cura/choice_on_profile_override")
     }
 
     Column