mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
Typo
This commit is contained in:
parent
a7350282f0
commit
3721fc52a8
@ -316,7 +316,7 @@ static lv_res_t lv_rotary_signal(lv_obj_t * rotary, lv_signal_t sign, void * par
|
||||
}
|
||||
else if(sign == LV_SIGNAL_PRESSING) {
|
||||
lv_indev_get_point(param, &p);
|
||||
lv_coord_t drag_x_diff = ext->last_drag - p.x;
|
||||
lv_coord_t drag_x_diff = ext->last_drag_x - p.x;
|
||||
|
||||
ext->last_drag_x = p.x;
|
||||
if (ext->knob_area.y1 < p.y && p.y < ext->knob_area.y2) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user