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:
vincents 2007-06-01 21:31:47 +00:00
parent e9f2123983
commit 77da55f96d

View File

@ -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;