mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 18:07:42 +01:00
remove reference to region_motion_group, which no longer exists.
Not sure why git cherry-pick left this in place
This commit is contained in:
parent
6b34125de4
commit
dd2ada892a
1 changed files with 0 additions and 1 deletions
|
|
@ -1564,7 +1564,6 @@ RegionRippleDrag::add_all_after_to_views(TimeAxisView *tav, framepos_t where, co
|
|||
(*i)->drag_start();
|
||||
ArdourCanvas::Group* rvg = (*i)->get_canvas_group();
|
||||
Duple rv_canvas_offset = rvg->item_to_canvas (Duple (0,0));
|
||||
rvg->reparent (_editor->_region_motion_group);
|
||||
(*i)->fake_set_opaque (true);
|
||||
rvg->set_position (rv_canvas_offset);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue