Browse Source

fcl-base: less hints

mattias 6 years ago
parent
commit
6731fdacd0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-base/custapp.pas

+ 1 - 0
packages/fcl-base/custapp.pas

@@ -189,6 +189,7 @@ begin
   ShowException(ExceptObject);
   if FStopOnException then
     Terminate(ExceptionExitCode);
+  if Sender=nil then ;
 end;
 
 procedure TCustomApplication.Initialize;