summaryrefslogtreecommitdiff
path: root/gtk2_ardour/selection.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-02-05 21:00:59 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-02-05 21:00:59 +0000
commit442dd75533f3d94b190a6ae5d4b1bf70217d1088 (patch)
tree818c442e0239f001a235d6d2bdb4394124ba8407 /gtk2_ardour/selection.cc
parenta5b39d56dfe5925238847cb2496aed3dbd1eb6fb (diff)
clear marker selection as part of Selection::clear(); fixes "error" that prevents click from creating a new midi region because there appears to be a marker selection
git-svn-id: svn://localhost/ardour2/branches/3.0@11449 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/selection.cc')
-rw-r--r--gtk2_ardour/selection.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/selection.cc b/gtk2_ardour/selection.cc
index caf8df2ae0..4d9262bb3a 100644
--- a/gtk2_ardour/selection.cc
+++ b/gtk2_ardour/selection.cc
@@ -104,6 +104,7 @@ Selection::clear ()
clear_playlists ();
clear_midi_notes ();
clear_midi_regions ();
+ clear_markers ();
}
void