mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Stopping Find Files operation not working.
This commit is contained in:
parent
c3d8ccb490
commit
3c1242e018
1 changed files with 2 additions and 1 deletions
|
|
@ -592,6 +592,8 @@ begin
|
|||
lsFoundedFiles.SetFocus;
|
||||
|
||||
lsFoundedFiles.Items.Clear;
|
||||
|
||||
FSearchingActive := True;
|
||||
btnStop.Enabled:=True;
|
||||
{$IF NOT (DEFINED(LCLGTK) or DEFINED(LCLGTK2))}
|
||||
btnStop.Default:=True;
|
||||
|
|
@ -606,7 +608,6 @@ begin
|
|||
if DSXPlugins.LoadModule(cmbPlugin.ItemIndex) then
|
||||
begin
|
||||
FindOptionsToDSXSearchRec(FindOptions, sr);
|
||||
FSearchingActive := True;
|
||||
DSXPlugins.GetDSXModule(cmbPlugin.ItemIndex).CallInit(@SAddFileProc,@SUpdateStatusProc);
|
||||
DSXPlugins.GetDSXModule(cmbPlugin.ItemIndex).CallStartSearch(sr);
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue