Cura/resources/qml/PrintSetupSelector
j.delarago 689547f125 We are using recommendedResolutionSelector._previousResolution to see if the resolution had changed before highlighting the resolution selector. This updates when intents change but not when qualities change.
I tried updating when the qualities change but this was updating before this line
if(recommendedResolutionSelector._previousResolution !== Cura.MachineManager.activeQualityType)
which caused this always to resolve as true

The solution was to update _previousResolution after we select an item in the drop down.

CURA-8849
2022-06-16 13:49:30 +02:00
..
Custom Remove the NoIntentIcon 2022-06-13 13:33:39 +02:00
Recommended We are using recommendedResolutionSelector._previousResolution to see if the resolution had changed before highlighting the resolution selector. This updates when intents change but not when qualities change. 2022-06-16 13:49:30 +02:00
PrintSetupSelector.qml Fix size of print setup selector 2022-04-19 16:42:43 +02:00
PrintSetupSelectorContents.qml Fix size of print setup selector 2022-04-19 16:42:43 +02:00
PrintSetupSelectorHeader.qml Fix display of profile name in header 2022-03-04 10:30:26 +01:00