13
0

hotfix for cross-track dragging bug with music-locked regions.

This commit is contained in:
nick_m 2017-02-07 05:08:54 +11:00
parent b24dd49c1a
commit 931910b046

View File

@ -1200,6 +1200,7 @@ RegionMotionDrag::motion (GdkEvent* event, bool first_move)
framepos_t const x_pos_music = tmap.frame_at_quarter_note (last_qn + qn_delta);
rv->set_position (x_pos_music, 0);
rv->move (0, y_delta);
} else {
rv->move (x_delta, y_delta);
}