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:
maxim 2017-06-26 23:02:36 +00:00
parent 5882ca86d7
commit 5ba813fb7f

View File

@ -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;