mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 01:19:16 +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
|
// respond to result of LCL handling the message
|
||||||
case PLMsg^.Msg of
|
case PLMsg^.Msg of
|
||||||
LM_ERASEBKGND, LM_SETCURSOR, LM_RBUTTONUP, LM_CONTEXTMENU:
|
LM_ERASEBKGND, LM_SETCURSOR, LM_RBUTTONUP, LM_CONTEXTMENU, LM_MOUSEWHEEL:
|
||||||
begin
|
begin
|
||||||
if PLMsg^.Result = 0 then
|
if PLMsg^.Result = 0 then
|
||||||
WinProcess := true;
|
WinProcess := true;
|
||||||
|
Loading…
Reference in New Issue
Block a user