mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
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 |
||
|---|---|---|
| .. | ||
| Custom | ||
| Recommended | ||
| PrintSetupSelector.qml | ||
| PrintSetupSelectorContents.qml | ||
| PrintSetupSelectorHeader.qml | ||