Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kisvegabor committed Jan 30, 2020
1 parent 6b4ec1e commit dde953f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lv_objx/lv_ta.c
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ void lv_ta_set_cursor_blink_time(lv_obj_t * ta, uint16_t time)
a.path_cb = lv_anim_path_step;
lv_anim_create(&a);
} else {
lv_anim_del(ta, cursor_blink_anim);
lv_anim_del(ta, (lv_anim_exec_xcb_t)cursor_blink_anim);
ext->cursor.state = 1;
}
#else
Expand Down

0 comments on commit dde953f

Please sign in to comment.