mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +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();
|
||||
SetGraphicsPort(backSrcMap);
|
||||
ForeColor(blackColor);
|
||||
MoveTo(where.h, where.v);
|
||||
switch (bigHand)
|
||||
{
|
||||
|
Reference in New Issue
Block a user