projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e76691b
)
Fix redraw of secondary board on flipping view
author
H.G. Muller
<h.g.muller@hccnet.nl>
Thu, 12 Apr 2012 15:00:55 +0000 (17:00 +0200)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Thu, 12 Apr 2012 15:01:35 +0000 (17:01 +0200)
menus.c
patch
|
blob
|
history
diff --git
a/menus.c
b/menus.c
index
f0c7afa
..
dca5e9f
100644
(file)
--- a/
menus.c
+++ b/
menus.c
@@
-355,6
+355,7
@@
AnnotateProc ()
void
FlipViewProc ()
{
+ if(twoBoards) { partnerUp = 1; DrawPosition(True, NULL); partnerUp = 0; }
flipView = !flipView;
DrawPosition(True, NULL);
}