alter playhead drag threshold for vertical zoom again

git-svn-id: svn://localhost/ardour2/branches/3.0@9716 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2011-06-12 22:10:13 +00:00
parent 5b3106ee31
commit dabe57a486

View File

@@ -2121,7 +2121,7 @@ CursorDrag::motion (GdkEvent* event, bool)
/* we will multiply the grab zoom by a factor between scale_range and scale_range^-1 */
double const scale_range = 4;
/* dead zone around the grab point in which to do no zooming (pixels) */
double const dead_zone = 128;
double const dead_zone = 100;
/* current dy */
double dy = _drags->current_pointer_y() - grab_y();