mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 00:19:32 +02:00
win32 interface: revert part of previous commit. It did include more than a fix for bug #7844
git-svn-id: trunk@10230 -
This commit is contained in:
parent
6bf3603e9e
commit
da0ac8d3cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user