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
7c77ebe6
Commit
7c77ebe6
authored
Feb 03, 2017
by
Kiss-Vamosi Gabor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lv_pb: set default click = false
parent
7f799100
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lv_pb.c
lv_objx/lv_pb.c
+1
-0
No files found.
lv_objx/lv_pb.c
View file @
7c77ebe6
...
...
@@ -90,6 +90,7 @@ lv_obj_t * lv_pb_create(lv_obj_t * par, lv_obj_t * copy)
ext
->
label
=
lv_label_create
(
new_pb
,
NULL
);
lv_rect_set_layout
(
new_pb
,
LV_RECT_LAYOUT_CENTER
);
lv_obj_set_click
(
new_pb
,
false
);
lv_obj_set_size
(
new_pb
,
LV_PB_DEF_WIDTH
,
LV_PB_DEF_HEIGHT
);
lv_obj_set_style
(
new_pb
,
lv_pbs_get
(
LV_PBS_DEF
,
NULL
));
...
...
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