summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-06-01 22:51:01 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-06-01 22:51:01 +0000
commitb0685f4336f0496d58c16c516dfd0eabfb7f0456 (patch)
tree832bcbc9b4a775395cf3df5c32bc5cb015eb0c65 /gtk2_ardour
parent01a780eb4d533465e94825b65a3f3d4216900832 (diff)
potential fix for ctrl-middleclick crash
git-svn-id: svn://localhost/ardour2/trunk@1941 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/editor_mouse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_mouse.cc b/gtk2_ardour/editor_mouse.cc
index b567d847c7..e8a50686b3 100644
--- a/gtk2_ardour/editor_mouse.cc
+++ b/gtk2_ardour/editor_mouse.cc
@@ -3203,7 +3203,7 @@ Editor::region_drag_finished_callback (ArdourCanvas::Item* item, GdkEvent* event
motion handler.
*/
- if (drag_info.first_move && !(drag_info.copy && drag_info.x_constrained)) {
+ if (drag_info.first_move) {
/* just a click */
goto out;
}