Browse Source

CURA-3397 Set override profile preference option upon visibility change

Lipu Fei 8 years ago
parent
commit
e9ae531de2
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