Cura/resources/qml/PrintSetupSelector/Recommended
Ghostkeeper 83ea5c2944
Fix triggering first pulse
Before the first pulse, the _previousResolution property was still bound to the activeQualityType property of the MachineManager. When it then checks if it changed, it finds that it didn't change because it checks against that same property, but the _previousResolution automatically updated with it. After that it loses its binding because it's set in the function itself to a fixed value.
Instead, we'll now give it its initial value with the Component.onCompleted function so that it doesn't bind, and then doesn't change along with the first change.

Contributes to issue CURA-8849.
2022-06-14 16:00:14 +02:00
..
RecommendedAdhesionSelector.qml Remove unused imports 2022-02-22 11:39:00 +01:00
RecommendedInfillDensitySelector.qml Render labels using Text.QtRendering on OSX 2022-05-10 15:40:09 +02:00
RecommendedPrintSetup.qml Added new intent selection buttons and resolution drop down to replace the matrix. 2022-06-14 11:41:38 +02:00
RecommendedQualityProfileSelector.qml Add circle with letter inside for non default intents 2022-06-14 15:44:11 +02:00
RecommendedQualityProfileSelectorButton.qml Add circle with letter inside for non default intents 2022-06-14 15:44:11 +02:00
RecommendedResolutionSelector.qml Fix triggering first pulse 2022-06-14 16:00:14 +02:00
RecommendedSupportSelector.qml Replace RecolorImage with ColorImage 2022-04-08 15:55:34 +02:00