mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Execute delete operation in main thread (wfx plugins)
This commit is contained in:
parent
36d517b64b
commit
766818ad38
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@ end;
|
|||
|
||||
procedure TfrmButtonForm.btnOKClick(Sender: TObject);
|
||||
begin
|
||||
FQueueIdentifier := FreeOperationsQueueId;
|
||||
if FQueueIdentifier <> ModalQueueId then
|
||||
FQueueIdentifier := FreeOperationsQueueId;
|
||||
end;
|
||||
|
||||
procedure TfrmButtonForm.mnuNewQueueClick(Sender: TObject);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue