mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
fix typo in prev commit
This commit is contained in:
parent
89b0817f83
commit
aa3eb11fb3
1 changed files with 1 additions and 1 deletions
|
|
@ -2508,7 +2508,7 @@ VideoTimeLineDrag::VideoTimeLineDrag (Editor* e, ArdourCanvas::Item* i)
|
|||
if (!rv->region()->video_locked()) {
|
||||
continue;
|
||||
}
|
||||
if (!rv->region()->position_locked()) {
|
||||
if (rv->region()->locked()) {
|
||||
_stuck = true;
|
||||
}
|
||||
_views.push_back (AVDraggingView (rv));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue