projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
affb2d7
)
fixed a regression
author
Arun Persaud
<arun@nubati.net>
Tue, 27 Oct 2009 17:32:24 +0000 (10:32 -0700)
committer
Arun Persaud
<arun@nubati.net>
Tue, 27 Oct 2009 17:32:24 +0000 (10:32 -0700)
backend.c
patch
|
blob
|
history
diff --git
a/backend.c
b/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;
}