don't draw tile that's the source of a drag.

This commit is contained in:
eehouse 2010-03-08 06:11:18 +00:00
parent 00e8742ad8
commit 6e08bbc9ce

View file

@ -350,7 +350,7 @@ public class BoardView extends View implements DrawCtx, BoardHandler,
{
int backColor;
int foreColor = WHITE; // must be initialized :-(
boolean empty = null == text && null == bitmaps;
boolean empty = 0 != (flags & (CELL_DRAGSRC|CELL_ISEMPTY));
boolean pending = 0 != (flags & CELL_HIGHLIGHT);
figureFontDims();