Skip to content

Commit

Permalink
ta: fix disabling cursor blink. Closes lvgl#1361
Browse files Browse the repository at this point in the history
  • Loading branch information
kisvegabor committed Jan 30, 2020
1 parent 10b9c9b commit 6b4ec1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lv_objx/lv_ta.c
Original file line number Diff line number Diff line change
Expand Up @@ -945,6 +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);
ext->cursor.state = 1;
}
#else
Expand Down

0 comments on commit 6b4ec1e

Please sign in to comment.