]> git.sesse.net Git - kdenlive/blobdiff - src/markerdialog.cpp
Fix dropframe timecode, patch from John T. Mertz
[kdenlive] / src / markerdialog.cpp
index 64bc1ee9eeeb8eca84cc4f30a57c62f1bb2f83fc..2f9ff112928e55f7f144f3fbc9c7d60a9e39ec3b 100644 (file)
@@ -87,7 +87,7 @@ MarkerDialog::MarkerDialog(DocClipBase *clip, CommentedTime t, Timecode tc, cons
         QValidator *valid = new QIntValidator(this);
         marker_position->setInputMask("");
         marker_position->setValidator(valid);
-    }
+    } else marker_position->setInputMask(tc.inputMask());
     marker_position->setText(tc.getDisplayTimecode(t.time(), m_frameDisplay));
 
     marker_comment->setText(t.comment());