From e1aeb91e05e418a4bdbd92d71e048e83bef1c522 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Thu, 12 Apr 2012 17:00:55 +0200 Subject: [PATCH 1/1] Fix redraw of secondary board on flipping view --- menus.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/menus.c b/menus.c index f0c7afa..dca5e9f 100644 --- 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); } -- 1.7.0.4