FIX: Execute delete operation in main thread (wfx plugins)

This commit is contained in:
Alexander Koblov 2016-01-16 11:46:11 +00:00
commit 766818ad38

View file

@ -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);