From 59590d2d9d7184c7522df6775f1308dad31f5a99 Mon Sep 17 00:00:00 2001 From: elasota Date: Fri, 27 Dec 2019 18:28:12 -0500 Subject: [PATCH] Fix clock hands sometimes not drawing --- GpApp/ObjectDraw.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/GpApp/ObjectDraw.cpp b/GpApp/ObjectDraw.cpp index 021cc1c..1c767bd 100644 --- a/GpApp/ObjectDraw.cpp +++ b/GpApp/ObjectDraw.cpp @@ -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) {