do not use Item::move() when dragging notes since this resets the Item's position...
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 13 Mar 2014 15:02:06 +0000 (11:02 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 13 Mar 2014 15:02:06 +0000 (11:02 -0400)
commitf48b5568883468e70a751ec1aa934e5a55bb7705
tree36c2f7082f628007dc53fadc5bb1920d29d4ab99
parentc04081681cbfd33b66947e63388bbcd737441887
do not use Item::move() when dragging notes since this resets the Item's position in its group, rather than its coordinates.

This fixes the double-distance/wrongly drawn location of MIDI notes after a drag
gtk2_ardour/hit.cc
gtk2_ardour/note.cc