[haiku-commits] Re: r36787 - haiku/trunk/src/kits/tracker

  • From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 11 May 2010 13:27:05 +0200

Stephan Assmus <superstippi@xxxxxx> wrote:
> >      // set the offset for the dragged bitmap (for the BView::
> > DragMessage() 
> >      call)
> > -    offset = clickedPoint - inner.LeftTop();
> > +    offset = clickedPoint - BPoint(2, 1) - inner.LeftTop();
> Interesting. /Could/ be the hotspot of the system cursor.

Good thinking! That would make a lot of sense, even though this would 
make this fix even poorer ;-)

Bye,
   Axel.


Other related posts: