]> git.sesse.net Git - kdenlive/blobdiff - src/titlewidget.cpp
- Fix drop frame timecode format. [1]
[kdenlive] / src / titlewidget.cpp
index 4bb5ddf62743c9138fc8535bc31ae1cbeabe814d..8f96c33445543b892170580d51b85a5c1e82f9d9 100644 (file)
@@ -143,7 +143,8 @@ TitleWidget::TitleWidget(KUrl url, Timecode tc, QString projectTitlePath, Render
     showToolbars(TITLE_SELECT);
 
     //If project is drop frame, set the input mask as such.
-    title_duration->setInputMask(m_tc.inputMask());
+    title_duration->setInputMask("");
+    title_duration->setValidator(m_tc.validator());
     title_duration->setText(m_tc.reformatSeparators(KdenliveSettings::title_duration()));
 
     connect(backgroundColor, SIGNAL(clicked()), this, SLOT(slotChangeBackground())) ;