소스 검색

Failure on startup fatal error

Caused by Bug 2067 (7e83fd92)

Source commit: 4cb83a195a281fc0ad3c29309a9190d05ed40b77
Martin Prikryl 2 년 전
부모
커밋
f19bd2f23f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      source/windows/UserInterface.cpp

+ 1 - 1
source/windows/UserInterface.cpp

@@ -109,7 +109,7 @@ void __fastcall SetOnForeground(bool OnForeground)
 void __fastcall FlashOnBackground()
 {
   DebugAssert(Application);
-  if (WinConfiguration->FlashTaskbar && !ForcedOnForeground && !ForegroundTask())
+  if ((WinConfiguration != NULL) && WinConfiguration->FlashTaskbar && !ForcedOnForeground && !ForegroundTask())
   {
     FlashWindow(Application->MainFormHandle, true);
   }