mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-23 15:56:59 +08:00
fix(spinbox): add missing update value (#6719)
This commit is contained in:
@@ -365,6 +365,8 @@ static void lv_spinbox_event(const lv_obj_class_t * class_p, lv_event_t * e)
|
||||
spinbox->step = 1;
|
||||
uint32_t i;
|
||||
for(i = 0; i < pos; i++) spinbox->step *= 10;
|
||||
|
||||
lv_spinbox_updatevalue(obj);
|
||||
}
|
||||
}
|
||||
else if(code == LV_EVENT_KEY) {
|
||||
|
||||
Reference in New Issue
Block a user