IDEIntf: fixed function result

git-svn-id: trunk@56632 -
This commit is contained in:
mattias 2017-12-05 12:36:50 +00:00
parent 811fbab23f
commit 913451674b

View File

@ -1304,7 +1304,8 @@ var
H: Boolean;
begin
H := False;
OnGridMouseWheel(Self, Shift, WheelDelta, MousePos, H)
OnGridMouseWheel(Self, Shift, WheelDelta, MousePos, H);
Result:=true;
end;
procedure TOICustomPropertyGrid.OnGridMouseWheel(Sender: TObject; Shift: TShiftState;