mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Small fix
This commit is contained in:
parent
6a108bb062
commit
2217fbc891
1 changed files with 7 additions and 6 deletions
|
|
@ -253,15 +253,16 @@ procedure TFrameFilePanel.Init;
|
|||
begin
|
||||
ClearCmdLine;
|
||||
UpDatelblInfo;
|
||||
FLastMark:='*.*';
|
||||
FLastMark:= '*.*';
|
||||
FLastAutoSelect:= False;
|
||||
dgPanel.DefaultRowHeight:=gIconsSize;
|
||||
dgPanel.FixedRows:= Integer(gTabHeader);
|
||||
dgPanel.DefaultRowHeight:= gIconsSize;
|
||||
with FLastSelect do
|
||||
begin
|
||||
Left:=0;
|
||||
Top:=0;
|
||||
Bottom:=0;
|
||||
Right:=dgPanel.ColCount-1;
|
||||
Left:= 0;
|
||||
Top:= 0;
|
||||
Bottom:= 0;
|
||||
Right:= dgPanel.ColCount-1;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue