Minor fixes for customized profile in simple mode

CURA-4333

- Update comments
- Disable the quality slider when there is a customized profile
This commit is contained in:
Lipu Fei 2017-10-16 13:26:26 +02:00
parent 9b8dc9bf55
commit fae65d7b83
2 changed files with 3 additions and 2 deletions

View file

@ -260,7 +260,7 @@ Item
id: qualitySlider
height: UM.Theme.getSize("sidebar_margin").height
anchors.bottom: speedSlider.bottom
enabled: qualityModel.availableTotalTicks > 0
enabled: qualityModel.availableTotalTicks > 0 && !Cura.SimpleModeSettingsManager.isProfileCustomized
visible: qualityModel.totalTicks > 0
updateValueWhileDragging : false