mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 03:59:36 +00:00
Fix clock hands sometimes not drawing
This commit is contained in:
@@ -1062,6 +1062,7 @@ void DrawClockHands (Point where, short bigHand, short littleHand)
|
|||||||
|
|
||||||
wasCPort = GetGraphicsPort();
|
wasCPort = GetGraphicsPort();
|
||||||
SetGraphicsPort(backSrcMap);
|
SetGraphicsPort(backSrcMap);
|
||||||
|
ForeColor(blackColor);
|
||||||
MoveTo(where.h, where.v);
|
MoveTo(where.h, where.v);
|
||||||
switch (bigHand)
|
switch (bigHand)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user