summaryrefslogtreecommitdiff
path: root/gtk2_ardour/selection.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-12-19 20:20:11 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-12-19 20:20:11 +0000
commit5a23ede9ece9ab49bce67ff4d341639d349be392 (patch)
treeecb7470f86d093c67abfc944695b3b8296c6d1b0 /gtk2_ardour/selection.cc
parent42b59bb992695caff3c8a16dab251ec7d9f99e68 (diff)
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
Diffstat (limited to 'gtk2_ardour/selection.cc')
-rw-r--r--gtk2_ardour/selection.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/selection.cc b/gtk2_ardour/selection.cc
index 88e151c54d..f6643d3829 100644
--- a/gtk2_ardour/selection.cc
+++ b/gtk2_ardour/selection.cc
@@ -119,7 +119,6 @@ Selection::clear_objects ()
clear_playlists ();
clear_midi_notes ();
clear_midi_regions ();
- clear_markers ();
}
void