mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Some fixes for bug [2691626]
This commit is contained in:
parent
a767ef9b2e
commit
698cf2c8e6
1 changed files with 2 additions and 3 deletions
|
|
@ -486,7 +486,7 @@ begin
|
|||
frp := pnlFile.GetReferenceItemPtr(iRow - dgPanel.FixedRows); // substract fixed rows (header)
|
||||
if Assigned(frp) then
|
||||
begin
|
||||
pnlFile.InvertFileSection(frp);
|
||||
SelectFile(frp);
|
||||
dgPanel.Invalidate;
|
||||
end;
|
||||
end;
|
||||
|
|
@ -504,8 +504,7 @@ begin
|
|||
frp := pnlFile.GetReferenceItemPtr(iRow - dgPanel.FixedRows); // substract fixed rows (header)
|
||||
if Assigned(frp) then
|
||||
begin
|
||||
pnlFile.InvertFileSection(frp);
|
||||
UpDatelblInfo;
|
||||
SelectFile(frp);
|
||||
dgPanel.Invalidate;
|
||||
end;
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue