mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 13:15:44 +01:00
fix broken manually merge conflict fix from earlier cherry-pick
This commit is contained in:
parent
8d84c21e73
commit
437a655026
1 changed files with 1 additions and 1 deletions
|
|
@ -1619,7 +1619,7 @@ RegionRippleDrag::add_all_after_to_views(TimeAxisView *tav, framepos_t where, co
|
|||
|
||||
if (drag_in_progress) {
|
||||
(*i)->drag_start();
|
||||
ArdourCanvas::Group* rvg = (*i)->get_canvas_group();
|
||||
ArdourCanvas::Item* rvg = (*i)->get_canvas_group();
|
||||
Duple rv_canvas_offset = rvg->item_to_canvas (Duple (0,0));
|
||||
rvg->set_position (rv_canvas_offset);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue