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>
Tue, 27 Aug 2013 07:40:50 +0000 (09:40 +0200)
commite96d03de440ac32bae79ce83eccdd1a20280c7b9
tree5ccb0a1d872991903e4a10f0f6b6c3c405d4882b
parent6242821b65ae46d1dbefbb207d32d466ea56425f
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