mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 11:39:19 +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
|
if dgIndicator in Options then
|
||||||
ColWidths[0]:=12;
|
ColWidths[0]:=12;
|
||||||
if NeedAutoSizeColumns then
|
if NeedAutoSizeColumns then
|
||||||
UpdateAutoSizeColumns
|
UpdateAutoSizeColumns;
|
||||||
else
|
|
||||||
for i:=FirstGridColumn to ColCount-1 do
|
|
||||||
ColWidths[i] := GetColumnWidth(i);
|
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user