mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 15:56:10 +02:00
LCL: fixed typo from Luca Olivetti (bug #11293)
git-svn-id: trunk@15115 -
This commit is contained in:
parent
4058612e2e
commit
c414c8acb1
@ -949,7 +949,7 @@ begin
|
||||
// handle the exception
|
||||
if ExceptObject is Exception then begin
|
||||
if not (ExceptObject is EAbort) then begin
|
||||
i:=FApplicationHandlers[ahtUserInput].Count;
|
||||
i:=FApplicationHandlers[ahtException].Count;
|
||||
if Assigned(OnException) or (i>0) then begin
|
||||
if Assigned(OnException) then
|
||||
OnException(Sender, Exception(ExceptObject));
|
||||
|
Loading…
Reference in New Issue
Block a user