Comments.

git-svn-id: svn://localhost/ardour2/branches/3.0@9035 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-03-02 17:00:35 +00:00
parent f14b079a9a
commit 3409f591db
1 changed files with 4 additions and 1 deletions

View File

@ -1176,7 +1176,10 @@ RegionMotionDrag::aborted (bool)
_editor->update_canvas_now ();
}
/** @param b true to brush, otherwise false.
* @param c true to make copies of the regions being moved, otherwise false.
*/
RegionMoveDrag::RegionMoveDrag (Editor* e, ArdourCanvas::Item* i, RegionView* p, list<RegionView*> const & v, bool b, bool c)
: RegionMotionDrag (e, i, p, v, b),
_copy (c)