mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Error when sending search results of duplicate files to the listbox (fixes #273)
This commit is contained in:
parent
6aef9f423a
commit
c131611fef
1 changed files with 2 additions and 1 deletions
|
|
@ -1893,7 +1893,8 @@ begin
|
|||
begin
|
||||
if not (NewPage.FileView is TColumnsFileView) then
|
||||
begin
|
||||
frmMain.Commands.cm_ColumnsView([]);
|
||||
NewPage.FileView:= TColumnsFileView.Create(NewPage, NewPage.FileView, EmptyStr);
|
||||
NewPage.FileView.SetFocus;
|
||||
end;
|
||||
|
||||
ANewSet:= TPanelColumnsClass.Create;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue