mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Remove confusing track / group members in TimeSelection struct; time selection
applies to the selected tracks. Some tinkering with how tracks are selected during time selections. git-svn-id: svn://localhost/ardour2/branches/3.0@6360 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3db46ba30f
commit
04c7158a41
11 changed files with 42 additions and 92 deletions
|
|
@ -619,12 +619,6 @@ TimeAxisView::set_selected (bool yn)
|
|||
controls_ebox.set_name (controls_base_selected_name);
|
||||
controls_hbox.set_name (controls_base_selected_name);
|
||||
controls_vbox.set_name (controls_base_selected_name);
|
||||
/* propagate any existing selection, if the mode is right */
|
||||
|
||||
if (_editor.current_mouse_mode() == Editing::MouseRange && !_editor.get_selection().time.empty()) {
|
||||
show_selection (_editor.get_selection().time);
|
||||
}
|
||||
|
||||
} else {
|
||||
controls_ebox.set_name (controls_base_unselected_name);
|
||||
controls_hbox.set_name (controls_base_unselected_name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue