Popdown Comment window on new game
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 27 Jul 2011 15:45:12 +0000 (17:45 +0200)
committerH.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

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;