Fix missing comment.

This commit is contained in:
nick_m 2015-05-23 03:44:42 +10:00
parent 88477ace25
commit 3d599be991
1 changed files with 1 additions and 0 deletions

View File

@ -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)