Hi,

Dave Neary <[EMAIL PROTECTED]> writes:

> > It moves by 25 pixels. Why? Because it's defined like this in
> > gimpeditselectiontool.c:
> >
> >  #define ARROW_VELOCITY  25
> 
> Odd - I just tried this, and it definitely moves 26 pixels. After 4
> moves, the layer is offset 104 pixels, one back to the left, it goes
> to 78 pixels. This is on Win32, although it seems weird that this
> would be different from teh windows behaviour...

Confirmed on Linux. That would be a bug then and should be reported. I
suspect that the key event is interpreted twice, once with the
modifier (which makes up for 25 pixels) and another time as if the
modifier wasn't pressed (which would add another pixel).


Sven
_______________________________________________
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

Reply via email to