X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=dialogs.c;h=a7d30f629075f22aea916b78a538699b841a7da2;hb=afd442f06122e6d80024d655aa91e13b1e69599f;hp=96f85e280e97d44a0bf6fb80437ee1cf40ff340d;hpb=42725c6bc7db8d2e3300d8b00cd71c0a579f8e2d;p=xboard.git diff --git a/dialogs.c b/dialogs.c index 96f85e2..a7d30f6 100644 --- a/dialogs.c +++ b/dialogs.c @@ -2144,6 +2144,7 @@ Exp (int n, int x, int y) if(SeekGraphClick(Press, x, y, 1)) return NULL; if(but1 && !PromoScroll(x, y)) DragPieceMove(x, y); if(but3) MovePV(x, y, lineGap + BOARD_HEIGHT * (squareSize + lineGap)); + if(appData.highlightDragging) HoverEvent(hi2X, hi2Y, x, y); return NULL; } if(n != 10 && PopDown(PromoDlg)) fromX = fromY = -1; // user starts fiddling with board when promotion dialog is up