mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 23:09:33 +02:00
LCL, store cell widths also for autofilled grid
git-svn-id: trunk@20051 -
This commit is contained in:
parent
b8e4258554
commit
47e7115c4d
@ -5307,7 +5307,7 @@ procedure TCustomGrid.DefineProperties(Filer: TFiler);
|
||||
Result := not SonColsIguales(TCustomGrid(Filer.Ancestor))
|
||||
else
|
||||
Result := not SonDefault(True, FCols);
|
||||
result := Result and not AutoFillColumns;
|
||||
//result := Result and not AutoFillColumns;
|
||||
end;
|
||||
function NeedHeights: boolean;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user