From 49511ad9b25e30745202d81410007df8e9c492de Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Tue, 27 Oct 2009 10:32:24 -0700 Subject: [PATCH] fixed a regression --- backend.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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; } -- 1.7.0.4