mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 22:26:29 +01:00
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:
parent
7777d54887
commit
33c2f5b1c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue