After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 559015 - Move tool gives bad information about px moved
Move tool gives bad information about px moved
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
2.6.1
Other All
: Normal normal
: 2.6
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2008-11-02 23:56 UTC by Jan N.
Modified: 2008-11-03 19:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jan N. 2008-11-02 23:56:15 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:
Comment 1 Michael Natterer 2008-11-03 19:14:50 UTC
Indeed, very annoying.
Comment 2 Michael Natterer 2008-11-03 19:33:25 UTC
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.