copy edit comment
git-svn-id: svn://localhost/ardour2/branches/3.0@7797 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user