mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
When selecting a region tracks header selection must not change
This commit is contained in:
parent
275f260761
commit
ecc4a9b47c
2 changed files with 13 additions and 10 deletions
|
|
@ -123,9 +123,9 @@ class Selection : public sigc::trackable, public PBD::ScopedConnectionList
|
|||
void set (TimeAxisView*);
|
||||
void set (const TrackViewList&);
|
||||
void set (const MidiNoteSelection&);
|
||||
void set (RegionView*, bool also_clear_tracks = true);
|
||||
void set (RegionView*, bool also_clear_tracks = false);
|
||||
void set (MidiRegionView*);
|
||||
void set (std::vector<RegionView*>&);
|
||||
void set (std::vector<RegionView*>&, bool also_clear_tracks = false);
|
||||
long set (framepos_t, framepos_t);
|
||||
void set_preserving_all_ranges (framepos_t, framepos_t);
|
||||
void set (boost::shared_ptr<Evoral::ControlList>);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue