Fix disappearance of premoved piece
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 28 Feb 2016 11:01:40 +0000 (12:01 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 28 Feb 2016 11:06:30 +0000 (12:06 +0100)
commit0c319b0184e2b431cbf381096e1849f23053cad6
tree98b83e935e97b1899af0dab959d8693a864c4ed9
parent57bd3f69d6723a8932a6131b7aee7042cfd91ee0
Fix disappearance of premoved piece

When a premove was done by dragging, (which for expected recaptures would
be the only way, as click-click moving selects the intended target),
the moved piece would disappear from view. This because the from-square
would not be redrawn (in normal move execution it would remain empty).
This could have been an XBoard-only problem. In any case We now force a
complete redraw of the board, which is not very elegant, but should always
fix it.
backend.c