CURA-4845 Revert changes when accessing the quality changes at the time

of creating the global ProfileTab in the preferences.
This commit is contained in:
Diego Prado Gesto 2018-01-22 13:08:30 +01:00
parent 1a8735ad33
commit 5c8a47275e

View File

@ -213,8 +213,8 @@ UM.ManagementPage
ProfileTab
{
title: catalog.i18nc("@title:tab", "Global Settings");
quality: Cura.MachineManager.activeMachine.qualityChanges.id
material: Cura.MachineManager.activeMachine.material.id
quality: base.currentItem != null ? base.currentItem.id : "";
material: Cura.MachineManager.allActiveMaterialIds[Cura.MachineManager.activeMachineId]
}
Repeater