mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Apply AutoSizeColumn option without restart
This commit is contained in:
parent
1563fedad1
commit
d7a7600a69
1 changed files with 3 additions and 1 deletions
|
|
@ -1460,7 +1460,9 @@ begin
|
|||
with dgPanel.Columns.Items[x] do
|
||||
begin
|
||||
if not ((x = 0) and gAutoFillColumns and (gAutoSizeColumn = 0)) then
|
||||
SizePriority:= 0;
|
||||
SizePriority:= 0
|
||||
else
|
||||
SizePriority:= 1;
|
||||
Width:= ColumnsClass.GetColumnWidth(x);
|
||||
Title.Caption:= ColumnsClass.GetColumnTitle(x);
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue