From: Arun Persaud <arun@nubati.net>
Date: Tue, 27 Oct 2009 17:32:24 +0000 (-0700)
Subject: fixed a regression
X-Git-Tag: v4.4.1~13
X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=49511ad9b25e30745202d81410007df8e9c492de;p=xboard.git

fixed a regression
---

diff --git a/backend.c b/backend.c
index 9712e8f..9f6af34 100755
--- a/backend.c
+++ b/backend.c
@@ -5674,6 +5674,7 @@ void LeftClick(ClickType clickType, int xPix, int yPix)
     if(x >= 0 && x < BOARD_LEFT || x >= BOARD_RGHT) {
 	ClearHighlights();
 	fromX = fromY = -1;
+	DrawPosition(TRUE, NULL);
 	return;
     }