support transition on virtual styles too

This commit is contained in:
Gabor Kiss-Vamosi
2020-02-21 16:33:42 +01:00
parent 05b8db0192
commit 78923b6b9b
21 changed files with 259 additions and 209 deletions

View File

@@ -1361,7 +1361,7 @@ static lv_res_t lv_textarea_signal(lv_obj_t * ta, lv_signal_t sign, void * param
if(ext->pwd_tmp != NULL) lv_mem_free(ext->pwd_tmp);
/* (The created label will be deleted automatically) */
lv_style_list_reset(&ext->cursor.style);
lv_obj_clean_style_list(ta, LV_TEXTAREA_PART_CURSOR);
} else if(sign == LV_SIGNAL_STYLE_CHG) {
if(ext->label) {
if(ext->one_line) {