mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 13:40:20 +02:00
IDEIntf: fixed function result
git-svn-id: trunk@56632 -
This commit is contained in:
parent
811fbab23f
commit
913451674b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user