mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 14:19:17 +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))
|
Result := not SonColsIguales(TCustomGrid(Filer.Ancestor))
|
||||||
else
|
else
|
||||||
Result := not SonDefault(True, FCols);
|
Result := not SonDefault(True, FCols);
|
||||||
result := Result and not AutoFillColumns;
|
//result := Result and not AutoFillColumns;
|
||||||
end;
|
end;
|
||||||
function NeedHeights: boolean;
|
function NeedHeights: boolean;
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user