mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 22:18:15 +02:00
Merged revision(s) 52756 #33b941d450 from trunk:
ApplicationProperties: fix setting ExceptionDialog in OI. Issue #0030210. ........ git-svn-id: branches/fixes_1_6@52888 -
This commit is contained in:
parent
26047b704a
commit
fa82812d16
@ -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