mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 04:15:46 +01:00
potential fix for ctrl-middleclick crash
git-svn-id: svn://localhost/ardour2/trunk@1941 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
01a780eb4d
commit
b0685f4336
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue