13
0

Respect link of region and track selection when setting via a list of Selectables. Should fix #2153.

git-svn-id: svn://localhost/ardour2/branches/3.0@7710 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-08-30 01:24:00 +00:00
parent 57ec614531
commit b75956d35d

View File

@ -869,6 +869,11 @@ Selection::set (list<Selectable*> const & selectables)
{
clear_regions();
clear_points ();
if (Config->get_link_region_and_track_selection ()) {
clear_tracks ();
}
add (selectables);
}