Fix seek-graph popup and popdown
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 16 Jan 2012 13:37:05 +0000 (14:37 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 16 Jan 2012 13:58:15 +0000 (14:58 +0100)
commit16633001a40f0935d90aea4f63b00b25d543c539
tree73a2ea2f6402611b7871c82dfd9a4c09108d6906
parent9537a7be90fbf4f06b9ccb1811185c169b90d6fa
Fix seek-graph popup and  popdown

Clicking outside the board area in WB (e.g.on the clocks) would also
trigger seek-graph 'popup'. This is now suppressed by testing for
y-coord > 0. In addition, the seek graph is automaticaly taken down
when we step to another position in the current game (using buttons,
arrow keys or whatever).
backend.c