Put grab on sweep-selecting in Edit Position
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 10 Jul 2011 19:20:49 +0000 (21:20 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sun, 10 Jul 2011 19:30:47 +0000 (21:30 +0200)
commit1becd4475ad0305ed0ef30d3366117d8d061d9da
tree5d8fb05408f9d021b67b7f7efe7e86bb39ce18a7
parente3d24e26c3364029d471d0f996e5b30f8bb477c8
Put grab on sweep-selecting in Edit Position

A right down-click starting a sweep-selection event did not grab the
mouse events, so that an up-click outside the window would go
unnoticed, and the pointer motion stayed coupled to selecting the
piece until the next click. By returning 2 from the RightClick back-end
routine we request the grab.
backend.c