From 6417f703cf58ae61a91b21226b7ab31253febb50 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 28 May 2012 21:01:55 +0000 Subject: [PATCH] Expand comment. git-svn-id: svn://localhost/ardour2/branches/3.0@12474 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/midi_region_view.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gtk2_ardour/midi_region_view.h b/gtk2_ardour/midi_region_view.h index 1b9a2a70b1..8588bdfe06 100644 --- a/gtk2_ardour/midi_region_view.h +++ b/gtk2_ardour/midi_region_view.h @@ -320,7 +320,10 @@ private: friend class MidiRubberbandSelectDrag; friend class MidiVerticalSelectDrag; - /** Emitted when the selection has been cleared in one MidiRegionView */ + /** Emitted when the selection has been cleared in one MidiRegionView, + * with the expectation that others will clear their selections in + * sympathy. + */ static PBD::Signal1 SelectionCleared; PBD::ScopedConnection _selection_cleared_connection; void selection_cleared (MidiRegionView *);