From aac19c94a3b1532e89aa18595ed5bf4df52ced62 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 24 Aug 2016 13:51:33 +0200 Subject: [PATCH] Removing a profile now forces a reset of selection Fixes CURA-2169 --- resources/qml/Preferences/ProfilesPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/Preferences/ProfilesPage.qml b/resources/qml/Preferences/ProfilesPage.qml index 348e8dbc60..560a312741 100644 --- a/resources/qml/Preferences/ProfilesPage.qml +++ b/resources/qml/Preferences/ProfilesPage.qml @@ -235,6 +235,7 @@ UM.ManagementPage { Cura.MachineManager.setActiveQuality(base.model.getItem(0).name) } + objectList.currentIndex = -1 //Reset selection. } } UM.RenameDialog