Comments.
git-svn-id: svn://localhost/ardour2/branches/3.0@9035 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f14b079a9a
commit
3409f591db
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user