mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Fix high score background drawing white after a win
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
#include "IOStream.h"
|
#include "IOStream.h"
|
||||||
#include "MainWindow.h"
|
#include "MainWindow.h"
|
||||||
#include "RectUtils.h"
|
#include "RectUtils.h"
|
||||||
|
#include "PLStandardColors.h"
|
||||||
#include "PLTimeTaggedVOSEvent.h"
|
#include "PLTimeTaggedVOSEvent.h"
|
||||||
#include "Utilities.h"
|
#include "Utilities.h"
|
||||||
|
|
||||||
@@ -70,6 +71,7 @@ void DoHighScores (void)
|
|||||||
|
|
||||||
SpinCursor(3);
|
SpinCursor(3);
|
||||||
SetPort(&workSrcMap->m_port);
|
SetPort(&workSrcMap->m_port);
|
||||||
|
workSrcMap->SetForeColor(StdColors::Black());
|
||||||
workSrcMap->FillRect(workSrcRect);
|
workSrcMap->FillRect(workSrcRect);
|
||||||
QSetRect(&tempRect, 0, 0, 640, 480);
|
QSetRect(&tempRect, 0, 0, 640, 480);
|
||||||
QOffsetRect(&tempRect, splashOriginH, splashOriginV);
|
QOffsetRect(&tempRect, splashOriginH, splashOriginV);
|
||||||
|
Reference in New Issue
Block a user