mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Prevent undefined qml warnings
CURA-6935
This commit is contained in:
parent
2beeca0687
commit
007add7fc2
2 changed files with 5 additions and 1 deletions
|
@ -75,7 +75,7 @@ SettingItem
|
|||
base.setActiveFocusToNextSetting(false)
|
||||
}
|
||||
|
||||
currentIndex: propertyProvider.properties.value
|
||||
currentIndex: propertyProvider.properties.value !== undefined ? propertyProvider.properties.value : 0
|
||||
|
||||
property string color: "#fff"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue