X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.c;h=f969aba5814a6b674c30e3651233ea42621b79e1;hb=624048ee61b5b5de2934df02474e6b25b0b931e0;hp=c4c5bf33ff062999577131a655f09cb230ddd80a;hpb=c7f63aacef9cbcd5b46d6d7693d95d9584786106;p=xboard.git diff --git a/backend.c b/backend.c index c4c5bf3..f969aba 100644 --- a/backend.c +++ b/backend.c @@ -7388,7 +7388,7 @@ LeftClick (ClickType clickType, int xPix, int yPix) x = BOARD_WIDTH - 1 - x; } - if(appData.monoMouse && gameMode == EditPosition && clickType == Press && boards[currentMove][y][x] == EmptySquare) { + if(appData.monoMouse && gameMode == EditPosition && fromX < 0 && clickType == Press && boards[currentMove][y][x] == EmptySquare) { static int dummy; RightClick(clickType, xPix, yPix, &dummy, &dummy); right = TRUE;