summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-10 19:14:11 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-10 19:14:11 +0000
commitc6d983bda5418fe3ba11a53768a756f22a6bde39 (patch)
treec57a9713d0776f5e29ba74fe0a532549297f35d7 /gtk2_ardour/editor_drag.h
parent762831633532afb117892741c5f4ab3129a97c1e (diff)
incorrect but visible context menu for xfades
git-svn-id: svn://localhost/ardour2/branches/3.0@12243 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index 724c2eb355..2f81e06efc 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -989,7 +989,7 @@ class CrossfadeEdgeDrag : public Drag
}
virtual std::pair<ARDOUR::framecnt_t, int> move_threshold () const {
- return std::make_pair (1, 1);
+ return std::make_pair (4, 4);
}
private: