copy edit comment

git-svn-id: svn://localhost/ardour2/branches/3.0@7797 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-09-17 23:43:23 +00:00
parent 0ed7a99dd5
commit d05a3f7305

View file

@ -3699,9 +3699,12 @@ NoteDrag::total_dy () const
}
}
return -ndy; /* larger = higher, which is the inverse of the X-centric geometric universe */
}
/* more positive value = higher pitch and higher y-axis position on track,
which is the inverse of the X-centric geometric universe
*/
return -ndy;
}
void
NoteDrag::motion (GdkEvent *, bool)