mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
[Summary] Restored Selection::set() method for time selection functionality. It should not clean the list of tracks time selection (range) is applied to.
This commit is contained in:
parent
4868f1c81e
commit
01168cb436
2 changed files with 6 additions and 4 deletions
|
|
@ -199,7 +199,7 @@ class Selection : public sigc::trackable, public PBD::ScopedConnectionList
|
|||
* The Track selection isn't affected when ranges or objects are added.
|
||||
*/
|
||||
|
||||
void clear_time(); //clears any time selection ( i.e. Range )
|
||||
void clear_time(bool clear_applied_tracks = true); //clears any time selection ( i.e. Range )
|
||||
void clear_tracks (); //clears the track header selections
|
||||
void clear_objects(); //clears the items listed below
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue