inout in footage viewer is now functional

This commit is contained in:
itsmattkc
2018-10-19 08:34:34 +11:00
parent be27cccde8
commit da24f0ef6a
3 changed files with 28 additions and 8 deletions
+1
View File
@@ -41,6 +41,7 @@ Viewer::Viewer(QWidget *parent) :
set_media(MEDIA_TYPE_SEQUENCE, NULL);
ui->currentTimecode->setEnabled(false);
ui->currentTimecode->set_minimum_value(0);
ui->currentTimecode->set_default_value(qSNaN());
ui->currentTimecode->set_value(0, false);
ui->currentTimecode->set_display_type(LABELSLIDER_FRAMENUMBER);