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
..
2019-05-17 15:01:18 +02:00
2019-04-17 09:18:08 +02:00
2018-11-26 15:39:34 +01:00
2018-11-27 17:16:52 +01:00
2019-04-19 13:58:41 +02:00
2018-12-31 15:14:23 +01:00
2019-03-08 15:27:17 +01:00