diff --git a/ide/frames/modematrixctrl.pas b/ide/frames/modematrixctrl.pas index 47541dd7e0..deb590d25f 100644 --- a/ide/frames/modematrixctrl.pas +++ b/ide/frames/modematrixctrl.pas @@ -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);