mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 00:59:25 +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
|
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