1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

docs(obj): fix lv_obj_remove_style description: add -> remove (#4635)

This commit is contained in:
Mike Fikes 2023-10-09 13:43:19 -04:00 committed by GitHub
parent 7d52859fe8
commit c4decea1ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ bool lv_obj_replace_style(struct _lv_obj_t * obj, const lv_style_t * old_style,
lv_style_selector_t selector);
/**
* Add a style to an object.
* Remove a style from an object.
* @param obj pointer to an object
* @param style pointer to a style to remove. Can be NULL to check only the selector
* @param selector OR-ed values of states and a part to remove only styles with matching selectors. LV_STATE_ANY and LV_PART_ANY can be used