Cura/resources/qml/MachineSettings
c.lamboo 71a0044bf8 Fix extruder number
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
2023-03-15 18:18:31 +01:00
..
ComboBoxWithOptions.qml Fix extruder number 2023-03-15 18:18:31 +01:00
GcodeTextArea.qml Make text area selection use theme colours 2022-06-03 10:30:17 +02:00
NumericTextFieldWithUnit.qml Fix NumericTextFieldWithUnit not validating text 2022-12-01 17:09:41 +01:00
PrintHeadMinMaxTextField.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
SimpleCheckBox.qml Render labels using Text.QtRendering on OSX 2022-05-10 15:40:09 +02:00