Unselect regions on tracks when the tracks are hidden. Fixes #3653.

git-svn-id: svn://localhost/ardour2/branches/3.0@8426 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-01-04 01:03:36 +00:00
parent aea2a9f0d7
commit fde56cc730
3 changed files with 20 additions and 1 deletions

View file

@ -174,6 +174,8 @@ class Selection : public sigc::trackable, public PBD::ScopedConnectionList
void remove (const std::list<Selectable*>&);
void remove (Marker*);
void remove_regions (TimeAxisView *);
void replace (uint32_t time_index, framepos_t start, framepos_t end);
void clear_regions();