From 6bea0ad7b4e317adb8b9489bc6dc2a5560650a59 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Sat, 8 Oct 2016 15:14:11 +0200 Subject: [PATCH] Select the currently active extruder on the profiles tab --- resources/qml/Preferences/ProfilesPage.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/qml/Preferences/ProfilesPage.qml b/resources/qml/Preferences/ProfilesPage.qml index 1c15e9aafc..42c055486a 100644 --- a/resources/qml/Preferences/ProfilesPage.qml +++ b/resources/qml/Preferences/ProfilesPage.qml @@ -208,6 +208,8 @@ UM.ManagementPage anchors.right: parent.right anchors.bottom: parent.bottom + currentIndex: ExtruderManager.activeExtruderIndex + 1; + ProfileTab { title: catalog.i18nc("@title:tab", "Global Settings");