From: H.G. Muller Date: Wed, 27 Jul 2011 15:45:12 +0000 (+0200) Subject: Popdown Comment window on new game X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=7235b5dac65cd2aef7dfffdb7b34337080d44335;p=xboard.git Popdown Comment window on new game What is in this window cannot possibly remain valid, and can even be harmful. --- diff --git a/backend.c b/backend.c index a304ca5..afb379b 100644 --- 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;