From da0ac8d3cd65f3e77dcb5a5b0fbf09dfee24d0e6 Mon Sep 17 00:00:00 2001 From: vincents Date: Wed, 22 Nov 2006 11:33:22 +0000 Subject: [PATCH] win32 interface: revert part of previous commit. It did include more than a fix for bug #7844 git-svn-id: trunk@10230 - --- lcl/interfaces/win32/win32callback.inc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lcl/interfaces/win32/win32callback.inc b/lcl/interfaces/win32/win32callback.inc index dec21a8d32..600f41dbde 100644 --- a/lcl/interfaces/win32/win32callback.inc +++ b/lcl/interfaces/win32/win32callback.inc @@ -1960,12 +1960,6 @@ begin WinProcess := true; end; - LM_MOUSEWHEEL: - begin - if PLMsg^.Result <> 0 then - WinProcess := true; - end; - CN_CHAR, CN_SYSCHAR: begin // if key not yet processed, let windows process it