timeline: show media in adj in ghost overlays

This commit is contained in:
itsmattkc
2022-05-21 19:55:14 -07:00
parent ee87ac27af
commit 3cf01c1464
3 changed files with 9 additions and 7 deletions
@@ -568,6 +568,7 @@ void PointerTool::ProcessDrag(const TimelineCoordinate &mouse_pos)
break;
case Timeline::kTrimIn:
ghost->SetInAdjustment(time_movement);
ghost->SetMediaInAdjustment(time_movement);
break;
case Timeline::kTrimOut:
ghost->SetOutAdjustment(time_movement);