mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-25 04:19:13 +02:00
ApplicationProperties: fix setting ExceptionDialog in OI. Issue #0030210.
git-svn-id: trunk@52756 -
This commit is contained in:
parent
5f55a00ead
commit
33b941d450
@ -71,6 +71,8 @@ procedure TApplicationProperties.SetExceptionDialog(
|
||||
begin
|
||||
if FExceptionDialogType=AValue then
|
||||
Exit;
|
||||
FExceptionDialogType := AValue;
|
||||
|
||||
if not (csDesigning in ComponentState) then
|
||||
Application.ExceptionDialog := AValue;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user