mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
do NOT deselect markers when clearing object selection - markers are outside of the main canvas, do not belong to timeaxisviews and thus are not objects in the sense that this method is intended for
git-svn-id: svn://localhost/ardour2/branches/3.0@13686 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
42b59bb992
commit
5a23ede9ec
1 changed files with 0 additions and 1 deletions
|
|
@ -119,7 +119,6 @@ Selection::clear_objects ()
|
|||
clear_playlists ();
|
||||
clear_midi_notes ();
|
||||
clear_midi_regions ();
|
||||
clear_markers ();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue