potential fix for ctrl-middleclick crash (merged from trunk)

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1942 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-06-01 22:51:53 +00:00
parent 7777d54887
commit 33c2f5b1c0

View file

@ -3239,7 +3239,7 @@ Editor::region_drag_finished_callback (ArdourCanvas::Item* item, GdkEvent* event
motion handler. motion handler.
*/ */
if (drag_info.first_move && !(drag_info.copy && drag_info.x_constrained)) { if (drag_info.first_move) {
/* just a click */ /* just a click */
goto out; goto out;
} }