X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fclipproperties.cpp;h=d1adbba1ccb4bb5ed61e1b12ab0a21d9bcbfa791;hb=3c60d4194a2549e556152989ee3ef32be5829d5b;hp=03f686b69ea3f9388f93b7bd28ab920f95f340dc;hpb=460b09eb90799e41c76612d92edce0121347eb94;p=kdenlive diff --git a/src/clipproperties.cpp b/src/clipproperties.cpp index 03f686b6..d1adbba1 100644 --- a/src/clipproperties.cpp +++ b/src/clipproperties.cpp @@ -427,7 +427,7 @@ void ClipProperties::parseFolder() { void ClipProperties::slotCheckMaxLength() { int duration = m_tc.getFrameCount(m_view.clip_duration->text(), m_fps); if (duration > m_clip->maxDuration().frames(m_fps)) { - m_view.clip_duration->setText(m_tc.getTimecode(m_clip->maxDuration(), m_fps)); + m_view.clip_duration->setText(m_tc.getTimecode(m_clip->maxDuration(), m_fps)); } }