mirror of
https://github.com/lvgl/lvgl.git
synced 2024-12-03 06:34:06 +08:00
lv_dropdown_add_option: add invalidation
This commit is contained in:
parent
29bf244e89
commit
b4f8c71501
@ -332,6 +332,8 @@ void lv_dropdown_add_option(lv_obj_t * ddlist, const char * option, uint16_t pos
|
||||
lv_mem_buf_release(ins_buf);
|
||||
|
||||
ext->option_cnt++;
|
||||
|
||||
lv_obj_invalidate(ddlist);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user