fixed a regression
authorArun Persaud <arun@nubati.net>
Tue, 27 Oct 2009 17:32:24 +0000 (10:32 -0700)
committerArun Persaud <arun@nubati.net>
Tue, 27 Oct 2009 17:32:24 +0000 (10:32 -0700)
backend.c

index 9712e8f..9f6af34 100755 (executable)
--- 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;
     }