mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 11:29:31 +02:00
rtticontrols, TTIGrid, if there are no properties, there should be no cell editor, fix issue #26818
git-svn-id: trunk@46494 -
This commit is contained in:
parent
7dc88a142f
commit
216f352cd4
@ -861,6 +861,7 @@ begin
|
||||
FProperties[i]:=nil;
|
||||
end;
|
||||
FProperties.Clear;
|
||||
Editor := nil;
|
||||
end;
|
||||
|
||||
procedure TTICustomGrid.DefaultDrawCell(aCol, aRow: Integer; var aRect: TRect;
|
||||
|
Loading…
Reference in New Issue
Block a user