mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 19:35:57 +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;
|
FProperties[i]:=nil;
|
||||||
end;
|
end;
|
||||||
FProperties.Clear;
|
FProperties.Clear;
|
||||||
|
Editor := nil;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TTICustomGrid.DefaultDrawCell(aCol, aRow: Integer; var aRect: TRect;
|
procedure TTICustomGrid.DefaultDrawCell(aCol, aRow: Integer; var aRect: TRect;
|
||||||
|
Loading…
Reference in New Issue
Block a user