Cura/resources/qml/Preferences
Jaime van Kessel e182459dba Fix the updating of material diameter.
This was a weeeird bug. It worked if you changed the value and selected another field.
Pressing enter however (aka; The behavior that 80%+ of the users have) would change it
but it would switch back in half a second. It seems to have been caused by mutliple onEditingFinished
signals being emitted in sequence.
As I can't be bothered to go through the bowels of QML and figure out why exactly this is doing what it's doing,
I just tied the enter to losing the focus, which ensures that the right behavior happens (Field is no longer selected,
and the onEditingFinished is emitted)

Contributes to CURA-6590
2019-07-02 15:16:41 +02:00
..
Materials Remove a few more usages of deprecated functions 2019-05-16 15:20:38 +02:00
GeneralPage.qml Always uncheck zoom to mouse if preference is disabled 2019-06-18 11:19:41 +02:00
MachinesPage.qml Remove a few more usages of deprecated functions 2019-05-16 15:20:38 +02:00
ProfilesPage.qml Add the ids for the menu buttons to be used in Squish. 2019-05-09 16:38:06 +02:00
ProfileTab.qml Added id's to printer button, installed plugins, material fields and profile tab for integration tests 2019-03-01 12:47:29 +01:00
ReadOnlySpinBox.qml Fix the updating of material diameter. 2019-07-02 15:16:41 +02:00
ReadOnlyTextArea.qml Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
ReadOnlyTextField.qml Fix Enter key handling on material management page 2018-03-16 11:05:38 +01:00
SettingVisibilityPage.qml Remove a few more usages of deprecated functions 2019-05-16 15:20:38 +02:00