mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
add #warning to code that should be fixed ASAP but not pre-Mixbus8 release
This commit is contained in:
parent
fead587a5a
commit
b3ccccb48f
1 changed files with 4 additions and 0 deletions
|
|
@ -1631,6 +1631,10 @@ RegionMoveDrag::finished (GdkEvent* ev, bool movement_occurred)
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
if (_views.front().time_axis_view < 0) {
|
if (_views.front().time_axis_view < 0) {
|
||||||
|
#warning paul fix this code
|
||||||
|
/* XXX this test is nonsensical. See 0aef128207 and
|
||||||
|
#8672 for the origin of this and related code
|
||||||
|
*/
|
||||||
if (&_views.front().view->get_time_axis_view()) {
|
if (&_views.front().view->get_time_axis_view()) {
|
||||||
changed_tracks = true;
|
changed_tracks = true;
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue