projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
08f1805
)
Pop down old tags on loadng new game in WinBoard
author
H.G. Muller
<h.g.muller@hccnet.nl>
Mon, 10 May 2010 08:09:36 +0000 (10:09 +0200)
committer
H.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
patch
|
blob
|
history
diff --git
a/winboard/winboard.c
b/winboard/winboard.c
index
b5b0594
..
06cf715
100644
(file)
--- a/
winboard/winboard.c
+++ b/
winboard/winboard.c
@@
-8169,6
+8169,7
@@
ResetFrontEnd()
ReleaseCapture();
\r
DrawPosition(TRUE, NULL);
\r
}
\r
+ TagsPopDown();
\r
}
\r
\r
\r