BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lvgl
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
lvgl
Commits
9de436a6
Commit
9de436a6
authored
Jul 10, 2017
by
Gabor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lv_ddlist: fix misspelled function name
parent
e00cd049
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lv_ddlist.c
lv_objx/lv_ddlist.c
+1
-1
lv_ddlist.h
lv_objx/lv_ddlist.h
+1
-1
No files found.
lv_objx/lv_ddlist.c
View file @
9de436a6
...
...
@@ -229,7 +229,7 @@ void lv_ddlist_set_anim_time(lv_obj_t * ddlist, uint16_t anim_time)
* @param ddlist pointer to a drop down list object
* @param style pointer the new style of the select rectangle
*/
void
lv_dlist_set_style_select
(
lv_obj_t
*
ddlist
,
lv_style_t
*
style
)
void
lv_d
d
list_set_style_select
(
lv_obj_t
*
ddlist
,
lv_style_t
*
style
)
{
lv_ddlist_ext_t
*
ext
=
lv_obj_get_ext
(
ddlist
);
ext
->
style_sel
=
style
;
...
...
lv_objx/lv_ddlist.h
View file @
9de436a6
...
...
@@ -110,7 +110,7 @@ void lv_ddlist_set_auto_size(lv_obj_t * ddlist, bool auto_size);
* @param ddlist pointer to a drop down list object
* @param style pointer the new style of the select rectangle
*/
void
lv_dlist_set_style_select
(
lv_obj_t
*
ddlist
,
lv_style_t
*
style
);
void
lv_d
d
list_set_style_select
(
lv_obj_t
*
ddlist
,
lv_style_t
*
style
);
/**
* Get the options of a drop down list
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment