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

gtk2_ardour/editor_mouse.cc

index b567d847c754c79cbc93354b2c7ff54ae910d9b3..e8a50686b324d3f447241d7dfb19f7c5cadb7f9d 100644 (file)
@@ -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;
        }