mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 13:19:21 +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,
|
IDEMessageDialog(lisEdtExtToolTitleAndFilenameRequired,
|
||||||
lisEdtExtToolAValidToolNeedsAtLeastATitleAndAFilename,
|
lisEdtExtToolAValidToolNeedsAtLeastATitleAndAFilename,
|
||||||
mtError, [mbCancel]);
|
mtError, [mbCancel]);
|
||||||
ModalResult:=mrCancel;
|
ModalResult:=mrNone;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user