potential fix for ctrl-middleclick crash
git-svn-id: svn://localhost/ardour2/trunk@1941 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user