Fix WinBoard clock-click bug
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 11 Nov 2011 17:16:19 +0000 (18:16 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Fri, 11 Nov 2011 17:16:19 +0000 (18:16 +0100)
commitca424a99036ede64032608e073513698e4997f86
tree482c910d06fa5c92838ed1a9dcf2d02cc5cec9c3
parent0c082fce711802c67feae5dd1ddadad022a48147
Fix WinBoard  clock-click bug

Clicking on the clock in WinBoard also called the LeftClick routine
for handling clicks on the board. This led to the from-square being set
to some inalid value, so that the next genuine board click was interpreted
as a to-click, with undesired effects, especially with legality testing off
or in EditPosition mode, where weird things are accepted.
winboard/winboard.c