diff --git a/lcl/grids.pas b/lcl/grids.pas index 7701ee5522..369dc551db 100644 --- a/lcl/grids.pas +++ b/lcl/grids.pas @@ -8221,7 +8221,7 @@ function TCustomGrid.EditingAllowed(ACol: Integer = -1): Boolean; var C: TGridColumn; begin - Result:=(goEditing in options) and (ACol>=0) and (ACol=0) and (AColFixedRows); if Result and Columns.Enabled then begin C:=ColumnFromGridColumn(ACol); Result:=(C<>nil) and (not C.ReadOnly);