Fix clock hands sometimes not drawing

This commit is contained in:
elasota
2019-12-27 18:28:12 -05:00
parent 8b82ecabef
commit 59590d2d9d

View File

@@ -1062,6 +1062,7 @@ void DrawClockHands (Point where, short bigHand, short littleHand)
wasCPort = GetGraphicsPort();
SetGraphicsPort(backSrcMap);
ForeColor(blackColor);
MoveTo(where.h, where.v);
switch (bigHand)
{