GNOME Bugzilla – Bug 559015
Move tool gives bad information about px moved
Last modified: 2008-11-03 19:33:25 UTC
Please describe the problem: When using move tool - status area is giving bad information about px moved. Steps to reproduce: 1. Select move tool (M) 2. Move the layer 3px in any direction Actual results: Status area is viewing, that you moved the layer for 4px Expected results: Status area should view 3px Does this happen every time? Yes Other information:
Indeed, very annoying.
Fixed in both branches: 2008-11-03 Michael Natterer <mitch@gimp.org> Bug 559015 – Move tool gives bad information about px moved * app/tools/gimpeditselectiontool.c (gimp_edit_selection_tool_init): set cursor precision to PIXEL_BORDER because that's what the move tool snaps to. Unrelated: set CENTER_CROSS_SIZE to an odd number so it's drawn symmetrically.