Fix exposure of atomic captures
[xboard.git] / draw.c
diff --git a/draw.c b/draw.c
index b838c3b..5af4918 100644 (file)
--- a/draw.c
+++ b/draw.c
@@ -655,6 +655,7 @@ void
 DrawDot (int marker, int x, int y, int r)
 { // used for atomic captures; no need to draw on backup
   DoDrawDot(csBoardWindow, marker, x, y, r);
+  GraphExpose(currBoard, x-r, y-r, 2*r, 2*r);
 }
 
 void