Files
godot/scene/gui
Emmanuel Barroga 53d6d37fcf Fixes spinbox not releasing focus on value change
Trying to release focus of the spinbox's lineedit would not work when done in the "value_changed" callback. The reason is because the "value_change" signal is called first, then the "get_focus" method is called next. This causes the spinbox to get_focus after you try to release focus within the "value_changed" callback.

To resolve this, spinbox should get focus first and then emit "value_changed".
2019-10-21 16:42:17 -07:00
..
2019-07-30 12:03:00 +01:00
2019-10-05 19:17:07 +02:00
2019-08-12 04:26:38 -05:00
2019-09-30 13:07:47 +04:00
2019-10-14 16:23:56 +03:00
2019-08-12 04:26:38 -05:00
2019-01-01 12:58:10 +01:00
2019-08-12 04:26:38 -05:00
2019-08-12 04:26:38 -05:00
2019-08-12 04:26:38 -05:00
2019-06-28 12:42:42 +03:00
2019-06-28 12:42:42 +03:00
2019-06-20 16:59:48 +02:00
2019-01-01 12:58:10 +01:00
2019-01-01 12:58:10 +01:00
2019-09-30 13:56:20 +04:00
2019-09-30 13:56:20 +04:00