mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
fix(ime_pinyin): keep cursor in the textarea when pressing a button in the candidate panel(#4264)
This commit is contained in:
parent
87de84dfbb
commit
a02338e72f
@ -577,6 +577,7 @@ static void lv_ime_pinyin_constructor(const lv_obj_class_t * class_p, lv_obj_t *
|
||||
lv_obj_add_flag(pinyin_ime->cand_panel, LV_OBJ_FLAG_HIDDEN);
|
||||
|
||||
lv_btnmatrix_set_one_checked(pinyin_ime->cand_panel, true);
|
||||
lv_obj_clear_flag(pinyin_ime->cand_panel, LV_OBJ_FLAG_CLICK_FOCUSABLE);
|
||||
|
||||
/* Set cand_panel style*/
|
||||
// Default style
|
||||
|
Loading…
x
Reference in New Issue
Block a user