Fix grabbing of selected piece
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 26 Aug 2013 12:40:57 +0000 (14:40 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 26 Aug 2013 12:40:57 +0000 (14:40 +0200)
commit6ae4cea03c0da1fa1d3e3ecd3ffddc17931cc852
treefa6f1b9c3f63ca47f9e4fdb270b1dba2065ca99a
parent0a8af8d4d0819d3893973d8e6bbbfaffabd6c392
Fix grabbing of selected piece

A second static click on a selected piece should deselect it, but an attempt
to drag an already selected piece should not 'bounce off'. It was already
possible to move a selected piece to another square, but the dragging was
not animated. This is now fixed, by only skipping the code to start dragging
when the second click is part of the only-move double-click for only capture.
(Before it was skipped on any second click.)
backend.c