mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 03:48:27 +02:00
External tools: Do not close edit dialog in case of an input error.
This commit is contained in:
parent
0db4149e93
commit
2d30372b6e
@ -943,7 +943,7 @@ begin
|
||||
IDEMessageDialog(lisEdtExtToolTitleAndFilenameRequired,
|
||||
lisEdtExtToolAValidToolNeedsAtLeastATitleAndAFilename,
|
||||
mtError, [mbCancel]);
|
||||
ModalResult:=mrCancel;
|
||||
ModalResult:=mrNone;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user