Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
7e56fd38
Commit
7e56fd38
authored
Jul 13, 2012
by
Daniel Jelinski
Committed by
Alexandre Julliard
Jul 17, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32/treeview: Clean up mouse tracking code.
parent
d104741a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
treeview.c
dlls/comctl32/treeview.c
+1
-2
No files found.
dlls/comctl32/treeview.c
View file @
7e56fd38
...
...
@@ -4043,8 +4043,6 @@ TREEVIEW_TrackMouse(const TREEVIEW_INFO *infoPtr, POINT pt)
else
if
(
msg
.
message
>=
WM_LBUTTONDOWN
&&
msg
.
message
<=
WM_RBUTTONDBLCLK
)
{
if
(
msg
.
message
==
WM_RBUTTONUP
)
TREEVIEW_RButtonUp
(
infoPtr
,
&
pt
);
break
;
}
...
...
@@ -4259,6 +4257,7 @@ TREEVIEW_RButtonDown(TREEVIEW_INFO *infoPtr, LPARAM lParam)
}
else
{
TREEVIEW_RButtonUp
(
infoPtr
,
&
ht
.
pt
);
SetFocus
(
infoPtr
->
hwnd
);
TREEVIEW_SendSimpleNotify
(
infoPtr
,
NM_RCLICK
);
}
...
...
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