X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.c;h=9f6af34edc82d710a34ea306655a468696f9d5d2;hb=49511ad9b25e30745202d81410007df8e9c492de;hp=9712e8fce55a487ed82792c921cbf3c0d5d95550;hpb=affb2d78e0cfaa22e62573dd4e65d2bb3062471c;p=xboard.git 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; }