Fix expose of to-square with grid off
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 30 Jan 2013 13:25:57 +0000 (14:25 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 30 Jan 2013 13:25:57 +0000 (14:25 +0100)
commita944d7681f5c000551235be7c2257a31e27b75e9
treea5f6a26f7c58d704ef0c45016b1a464711e1471e
parent291885e0bde5a9ed4c91c8debafa7b14f2d87a0d
Fix expose of to-square with grid off

The code relied on drawHighlight to request an expose evet for the entire
square, but when lineGap = 0, drawHighlight is a no-op.
board.c