GNOME Bugzilla – Bug 171497
Wrong offset indication when moving layers up or left
Last modified: 2008-01-15 12:50:50 UTC
Version details: SuSE 9.2 rpm Distribution/Version: SuSE Professional 9.2 When dragging an image layer up or left with the move tool selected, the offset indicator in the status bar is off by one: if you drag the layer n pixels to the left, it says "Move: -(n-1), 0" instead of "Move: -n, 0". Moving up has a similar effect. The indicator is correct when moving right or down.
Fixed in both trees: 2005-03-24 Sven Neumann <sven@gimp.org> * app/display/gimpstatusbar.c (gimp_statusbar_push_coords) (gimp_statusbar_set_cursor): use RINT() instead of ROUND() to get proper rounding of negative values. Fixes bug #171497.