fix a couple of issues with range selection, caused by clicked_selection persisting across drag/click ops

git-svn-id: svn://localhost/ardour2/branches/3.0@13666 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-12-14 16:46:01 +00:00
parent c9c94ca1c2
commit 9a4058be9d
1 changed files with 1 additions and 0 deletions

View File

@ -3730,6 +3730,7 @@ SelectionDrag::finished (GdkEvent* event, bool movement_occurred)
}
_editor->stop_canvas_autoscroll ();
_editor->clicked_selection = 0;
}
void