mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 13:00:17 +02:00
Merged revision(s) 55381 #e6fe4815c6 from trunk:
lcl: dbgrids: fix default col widths. Issue #32021 ........ git-svn-id: branches/fixes_1_8@55399 -
This commit is contained in:
parent
5882ca86d7
commit
5ba813fb7f
@ -1627,10 +1627,7 @@ begin
|
||||
if dgIndicator in Options then
|
||||
ColWidths[0]:=12;
|
||||
if NeedAutoSizeColumns then
|
||||
UpdateAutoSizeColumns
|
||||
else
|
||||
for i:=FirstGridColumn to ColCount-1 do
|
||||
ColWidths[i] := GetColumnWidth(i);
|
||||
UpdateAutoSizeColumns;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user