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
c05ebc07
Commit
c05ebc07
authored
Mar 07, 2017
by
Gabor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dispi: if a drag can not move the object (e.g. layout) still consider it as drag (reverted)
parent
e98aa0f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lv_dispi.c
lv_obj/lv_dispi.c
+1
-1
No files found.
lv_obj/lv_dispi.c
View file @
c05ebc07
...
@@ -220,7 +220,7 @@ static void dispi_proc_press(lv_dispi_t * dispi_p)
...
@@ -220,7 +220,7 @@ static void dispi_proc_press(lv_dispi_t * dispi_p)
pr_obj
=
dispi_search_obj
(
dispi_p
,
lv_scr_act
());
pr_obj
=
dispi_search_obj
(
dispi_p
,
lv_scr_act
());
}
}
/*If there is last object but it can not be dragged also search*/
/*If there is last object but it can not be dragged also search*/
else
if
(
dispi_p
->
drag_
in_prog
==
0
)
{
/*Now act_obj != NULL*/
else
if
(
dispi_p
->
drag_
range_out
==
0
)
{
/*Now act_obj != NULL*/
pr_obj
=
dispi_search_obj
(
dispi_p
,
lv_scr_act
());
pr_obj
=
dispi_search_obj
(
dispi_p
,
lv_scr_act
());
}
}
/*If a dragable object was the last then keep it*/
/*If a dragable object was the last then keep it*/
...
...
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