mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-26 16:09:17 +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
|
begin
|
||||||
if FExceptionDialogType=AValue then
|
if FExceptionDialogType=AValue then
|
||||||
Exit;
|
Exit;
|
||||||
|
FExceptionDialogType := AValue;
|
||||||
|
|
||||||
if not (csDesigning in ComponentState) then
|
if not (csDesigning in ComponentState) then
|
||||||
Application.ExceptionDialog := AValue;
|
Application.ExceptionDialog := AValue;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user