From 913451674b1732e721e0d1574eabfe3dc54cb65d Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 5 Dec 2017 12:36:50 +0000 Subject: [PATCH] IDEIntf: fixed function result git-svn-id: trunk@56632 - --- components/ideintf/objectinspector.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/ideintf/objectinspector.pp b/components/ideintf/objectinspector.pp index ae4f62ea1c..a55130b4a9 100644 --- a/components/ideintf/objectinspector.pp +++ b/components/ideintf/objectinspector.pp @@ -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;