mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
most important change was changing
```
currentIndex: function () {
...
}
```
to
currentIndex: {
...
}
```
This changed the behavior so that the variables inside the code blocked are watched so that `currentIndex` is automatically updated. No longer needed to set the `currentIndex` from any where else anymore.
CURA-10374
|
||
|---|---|---|
| .. | ||
| ComboBoxWithOptions.qml | ||
| GcodeTextArea.qml | ||
| NumericTextFieldWithUnit.qml | ||
| PrintHeadMinMaxTextField.qml | ||
| SimpleCheckBox.qml | ||