13
0

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:
Paul Davis 2012-12-19 20:20:11 +00:00
parent 42b59bb992
commit 5a23ede9ec

View File

@ -119,7 +119,6 @@ Selection::clear_objects ()
clear_playlists ();
clear_midi_notes ();
clear_midi_regions ();
clear_markers ();
}
void