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) {