mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 05:07:56 +02:00
win32 interface: let windows process the WM_MOUSEWHEEL if the LCL doesn't do it, fixes bug #7265
git-svn-id: trunk@11258 -
This commit is contained in:
parent
e9f2123983
commit
77da55f96d
@ -2116,7 +2116,7 @@ begin
|
||||
|
||||
// respond to result of LCL handling the message
|
||||
case PLMsg^.Msg of
|
||||
LM_ERASEBKGND, LM_SETCURSOR, LM_RBUTTONUP, LM_CONTEXTMENU:
|
||||
LM_ERASEBKGND, LM_SETCURSOR, LM_RBUTTONUP, LM_CONTEXTMENU, LM_MOUSEWHEEL:
|
||||
begin
|
||||
if PLMsg^.Result = 0 then
|
||||
WinProcess := true;
|
||||
|
Loading…
Reference in New Issue
Block a user