synedit: less hints

git-svn-id: trunk@42741 -
This commit is contained in:
mattias 2013-09-11 22:43:09 +00:00
parent 3f2843e09c
commit 19ea269834

View File

@ -7129,6 +7129,7 @@ begin
MousePos.X := Message.X;
MousePos.Y := Message.Y;
lState:=[];
if DoMouseWheel(lState, Message.WheelDelta, MousePos) then begin
Message.Result := 1; // handled
exit;