Fix button grab for sweep selection
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 16 Feb 2012 13:09:54 +0000 (14:09 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Fri, 17 Feb 2012 21:58:10 +0000 (22:58 +0100)
commit9f38943ff6f8f1dfbaf08fc8184b6bc93de15702
treeeecb4dcb29a057ca4bb562087ccd805d75a24102
parent8984be1d9e68b26eb3e0c9bfaa89434d915e80bf
Fix button grab for sweep selection

The piece-menu initialization limited the grab of button events to those
occurring inside the board window (presumably intended to limit them to
the piece menu, but that does not pop up in sweep-selection mode).
This is now suppressed when -pieceMenu is off, so that selection continues
outside the the board. (Which is very convenient for pieces pu close to the
edge.)
xboard.c