mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-01 00:51:49 +08:00
fix(textarea): cursor position after hiding character in password mode
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
- fix(win) arabic process the title of the window
|
- fix(win) arabic process the title of the window
|
||||||
- fix(dropdown) arabic process the option in lv_dropdown_add_option
|
- fix(dropdown) arabic process the option in lv_dropdown_add_option
|
||||||
- fix(textarea) buffer overflow in password mode with UTF-8 characters
|
- 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)
|
## v7.8.1 (Plannad at 15.12.2020)
|
||||||
|
|
||||||
|
|||||||
@@ -1670,6 +1670,7 @@ static void pwd_char_hider(lv_obj_t * ta)
|
|||||||
|
|
||||||
lv_label_set_text(ext->label, txt_tmp);
|
lv_label_set_text(ext->label, txt_tmp);
|
||||||
_lv_mem_buf_release(txt_tmp);
|
_lv_mem_buf_release(txt_tmp);
|
||||||
|
refr_cursor_area(ta);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user