summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-04-06 20:14:37 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-04-06 20:14:37 -0400
commitc8194495521c51db25d2f22003047efb71fc4558 (patch)
tree82118f0512cb1f81af919f0f5f005d082e75d73a
parent15fc4817768e8c3034cc65e3fa976d241096191a (diff)
add explanatory comment
-rw-r--r--gtk2_ardour/mixer_strip.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc
index ae5a0023c1..7063e70a12 100644
--- a/gtk2_ardour/mixer_strip.cc
+++ b/gtk2_ardour/mixer_strip.cc
@@ -1540,7 +1540,10 @@ MixerStrip::build_route_ops_menu ()
}
items.push_back (SeparatorElem());
- /* gah, this is wrong ... it will operate on the wrong selection */
+ /* note that this relies on selection being shared across editor and
+ mixer (or global to the backend, in the future), which is the only
+ sane thing for users anyway.
+ */
items.push_front (MenuElem (_("Remove"), sigc::mem_fun(PublicEditor::instance(), &PublicEditor::remove_tracks)));
}