mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0001118] Do not reset column-width after "Mark / Compare Directories"
This commit is contained in:
parent
5daa0b9db2
commit
0700a0d57c
1 changed files with 2 additions and 2 deletions
|
|
@ -3641,8 +3641,8 @@ begin
|
|||
end;
|
||||
finally
|
||||
SourceList.Free;
|
||||
ActiveFrame.UpdateView;
|
||||
NotActiveFrame.UpdateView;
|
||||
ActiveFrame.Repaint;
|
||||
NotActiveFrame.Repaint;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue