Pop down old tags on loadng new game in WinBoard
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 10 May 2010 08:09:36 +0000 (10:09 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 10 May 2010 08:09:36 +0000 (10:09 +0200)
ResetFrontEnd(), called from Reset(), did not do this in WinBoard
(unlike XBoard), so that the tags from the previous game were left on
display when -autoDisplayTags was off.

winboard/winboard.c

index b5b0594..06cf715 100644 (file)
@@ -8169,6 +8169,7 @@ ResetFrontEnd()
     ReleaseCapture();\r
     DrawPosition(TRUE, NULL);\r
   }\r
+  TagsPopDown();\r
 }\r
 \r
 \r