External tools: Do not close edit dialog in case of an input error.

This commit is contained in:
wp_xyz 2022-12-04 19:56:41 +01:00
parent 0db4149e93
commit 2d30372b6e

View File

@ -943,7 +943,7 @@ begin
IDEMessageDialog(lisEdtExtToolTitleAndFilenameRequired, IDEMessageDialog(lisEdtExtToolTitleAndFilenameRequired,
lisEdtExtToolAValidToolNeedsAtLeastATitleAndAFilename, lisEdtExtToolAValidToolNeedsAtLeastATitleAndAFilename,
mtError, [mbCancel]); mtError, [mbCancel]);
ModalResult:=mrCancel; ModalResult:=mrNone;
end; end;
end; end;