fix a couple of issues with range selection, caused by clicked_selection persisting...
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 14 Dec 2012 16:46:01 +0000 (16:46 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 14 Dec 2012 16:46:01 +0000 (16:46 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13666 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor_drag.cc

index 578f14916723de4ddde5834450d86072deaef111..6db252c2d0519dae3cdf15ad15fbfd13ff55e6d7 100644 (file)
@@ -3730,6 +3730,7 @@ SelectionDrag::finished (GdkEvent* event, bool movement_occurred)
        }
 
        _editor->stop_canvas_autoscroll ();
+       _editor->clicked_selection = 0;
 }
 
 void