소스 검색

fcl-base: less hints

mattias 6 년 전
부모
커밋
6731fdacd0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;