Haven't looked at the experimental branch recently, but I guess this is the bug has been fixed in rev. 13450 of trunk. This patch has not been ported yet to experimental.

How do we go about this? Port all fixes at once from trunk to experimental, once 0.91 has been released? Or should we try to keep them in sync as good as possible at any time, and commit each fix twice? I don't really care either way, but I do believe that we should be clear and explicit about this. If we do cherry picking now and port only some bugs, then for sure some other bugs will be forgotten.

Diederik


On Sun, Jul 13, 2014 at 1:49 PM, Johan Engelen <jbc.engelen@...2592...> wrote:
On 13-7-2014 13:45, Johan Engelen wrote:
Hi Diederik, all,
    There is a discrepancy between experimental and trunk with regards to
snapping when alt-dragging.
When the grid is enabled, alt-dragging should move the selection in
grid-spacing steps. But when the movement is less than one grid-spacing,
there is no snapping.

In experimental, it does not work as expected. In trunk, it works fine.

-Johan