potential fix for ctrl-middleclick crash (merged from trunk)
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 1 Jun 2007 22:51:53 +0000 (22:51 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 1 Jun 2007 22:51:53 +0000 (22:51 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1942 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor_mouse.cc

index 3a07700383a5c4ac12bea4b3a48b3b5c511409c0..6ebb0cc74ebd2751142fb63b39eb7ec7e2aa048f 100644 (file)
@@ -3239,7 +3239,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;
        }