summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2015-05-23 03:44:42 +1000
committernick_m <mainsbridge@gmail.com>2015-05-23 03:44:42 +1000
commit3d599be991a71b7e4611b1c38ee88a77bf1c5460 (patch)
treecb9313f1ec8b01443373ed8a2f907676443df6ec /gtk2_ardour
parent88477ace25dbf1c65b568be3bfb08dfd67623c13 (diff)
Fix missing comment.
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/midi_region_view.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/midi_region_view.cc b/gtk2_ardour/midi_region_view.cc
index 0650068d0a..4b0c9f54c4 100644
--- a/gtk2_ardour/midi_region_view.cc
+++ b/gtk2_ardour/midi_region_view.cc
@@ -2748,6 +2748,7 @@ MidiRegionView::begin_resizing (bool /*at_front*/)
* amount of the drag. In non-relative mode, all selected notes are set to have the same start or end point
* as the \a primary note.
* @param snap_delta snap offset of the primary note in pixels. used in SnapRelative SnapDelta mode.
+ * @param with_snap true if snap is to be used to determine the position, false if no snap is to be used.
*/
void
MidiRegionView::update_resizing (NoteBase* primary, bool at_front, double delta_x, bool relative, double snap_delta, bool with_snap)