lvgl / docs_old

DEPRECATED: Documentation for LVGL is now located in the main repository: https://github.com/lvgl/lvgl
https://docs.lvgl.io/
42 stars 73 forks source link

Fix docs related to deleting list buttons #167

Closed nazar01 closed 3 years ago

nazar01 commented 3 years ago

If we use lv_obj_del to delete list buttons, we get incorrect list size (list size isn't decreased) and may get dangling pointers. See https://github.com/lvgl/lvgl/issues/1895

kisvegabor commented 3 years ago

Thanks, I've also rebuilt the docs of v6.

nazar01 commented 3 years ago

Should I create PRs for other branches?

kisvegabor commented 3 years ago

Sending one for latest would be great, thank you!