efl_ui_spin_button: change entry to button before changing value
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Fri, 5 Jul 2019 15:44:36 +0000 (17:44 +0200)
committerShinwoo Kim <cinoo.kim@samsung.com>
Wed, 10 Jul 2019 02:19:18 +0000 (11:19 +0900)
commit34643a79cbb6905c3ac90d529512bd826ebd1b15
treedfd89f91f445b5f3afb0c96eb8f90594f63a5880
parent01deb448b9ae3165bc21815cfbfeb8ecf76ed212
efl_ui_spin_button: change entry to button before changing value

doing this in pressed is kind of weird, if you are on a touchscreen,
missclick, and move the finger away, the entry is already transformed,
which is weird, this fixes that.

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D9226
src/lib/elementary/efl_ui_spin_button.c