From 59e9a9480e366228a4ef887b061c9579dba98ff4 Mon Sep 17 00:00:00 2001 From: elasota Date: Sat, 4 Apr 2020 17:49:45 -0400 Subject: [PATCH] Fix high score background drawing white after a win --- GpApp/HighScores.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GpApp/HighScores.cpp b/GpApp/HighScores.cpp index e0deeac..4fe9eaf 100644 --- a/GpApp/HighScores.cpp +++ b/GpApp/HighScores.cpp @@ -23,6 +23,7 @@ #include "IOStream.h" #include "MainWindow.h" #include "RectUtils.h" +#include "PLStandardColors.h" #include "PLTimeTaggedVOSEvent.h" #include "Utilities.h" @@ -70,6 +71,7 @@ void DoHighScores (void) SpinCursor(3); SetPort(&workSrcMap->m_port); + workSrcMap->SetForeColor(StdColors::Black()); workSrcMap->FillRect(workSrcRect); QSetRect(&tempRect, 0, 0, 640, 480); QOffsetRect(&tempRect, splashOriginH, splashOriginV);