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
d7439c0b
Commit
d7439c0b
authored
Apr 02, 2009
by
Nikolay Sivov
Committed by
Alexandre Julliard
Apr 03, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32/updown: Don't pass VK_[UP|DOWN] to original Up/Don control buddy's winproc.
parent
49ce878d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
updown.c
dlls/comctl32/updown.c
+1
-0
No files found.
dlls/comctl32/updown.c
View file @
d7439c0b
...
...
@@ -507,6 +507,7 @@ UPDOWN_Buddy_SubclassProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
HWND
upDownHwnd
=
GetPropW
(
hwnd
,
BUDDY_UPDOWN_HWND
);
UPDOWN_KeyPressed
(
UPDOWN_GetInfoPtr
(
upDownHwnd
),
(
int
)
wParam
);
if
((
wParam
==
VK_UP
)
||
(
wParam
==
VK_DOWN
))
return
0
;
}
else
if
(
uMsg
==
WM_MOUSEWHEEL
)
{
HWND
upDownHwnd
=
GetPropW
(
hwnd
,
BUDDY_UPDOWN_HWND
);
...
...
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