projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
681dfc0
)
Popdown Comment window on new game
author
H.G. Muller
<h.g.muller@hccnet.nl>
Wed, 27 Jul 2011 15:45:12 +0000 (17:45 +0200)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Sat, 6 Aug 2011 16:40:52 +0000 (18:40 +0200)
What is in this window cannot possibly remain valid, and can even be harmful.
backend.c
patch
|
blob
|
history
diff --git
a/backend.c
b/backend.c
index
a304ca5
..
afb379b
100644
(file)
--- a/
backend.c
+++ b/
backend.c
@@
-10462,6
+10462,7
@@
Reset(redraw, init)
redraw, init, gameMode);
}
CleanupTail(); // [HGM] vari: delete any stored variations
+ CommentPopDown(); // [HGM] make sure no comments to the previous game keep hanging on
pausing = pauseExamInvalid = FALSE;
startedFromSetupPosition = blackPlaysFirst = FALSE;
firstMove = TRUE;