fix(textarea): cursor position after hiding character in password mode

This commit is contained in:
Gabor Kiss-Vamosi
2020-12-21 16:22:28 +01:00
parent 43ed3eb1f4
commit 091174069d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@
- fix(win) arabic process the title of the window
- fix(dropdown) arabic process the option in lv_dropdown_add_option
- fix(textarea) buffer overflow in password mode with UTF-8 characters
- fix(textarea) cursor position after hiding character in password mode
## v7.8.1 (Plannad at 15.12.2020)
+1
View File
@@ -1670,6 +1670,7 @@ static void pwd_char_hider(lv_obj_t * ta)
lv_label_set_text(ext->label, txt_tmp);
_lv_mem_buf_release(txt_tmp);
refr_cursor_area(ta);
}
}