ide: use grid scrolling in IDE matrix grid.

git-svn-id: trunk@52496 -
This commit is contained in:
ondrej 2016-06-12 19:55:27 +00:00
parent 925bc15836
commit dda51d51ec

View File

@ -1472,6 +1472,8 @@ constructor TGroupedMatrixControl.Create(AOwner: TComponent);
begin
inherited Create(AOwner);
MouseWheelOption := mwGrid;
FMatrix:=TGroupedMatrix.Create(Self);
fUndoItems:=TObjectList.Create(true);
fRedoItems:=TObjectList.Create(true);