diff --git a/src/timeline2/model/clipmodel.cpp b/src/timeline2/model/clipmodel.cpp index 7f0f7634d9acd5a49828b2fc28982cda2c4cceb1..fcd242c6fa208c90d24eff0cdadcd48ed0aa48ec 100644 --- a/src/timeline2/model/clipmodel.cpp +++ b/src/timeline2/model/clipmodel.cpp @@ -448,6 +448,7 @@ bool ClipModel::useTimewarpProducer(double speed, Fun &undo, Fun &redo) local_undo(); return false; } + adjustEffectLength(false, oldIn, getIn(), oldOut - oldIn, m_producer->get_playtime(), 0, local_undo, local_redo, true); UPDATE_UNDO_REDO(local_redo, local_undo, undo, redo); return true; }