X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmarkerdialog.cpp;h=fd1abcefd35a32388a3a53c43f04c84d9fca9834;hb=5d4e8497fc4b3681f3024bf8fc8bf4e338fbbdc4;hp=f86de6a7eb7dd1f891f554046e7899d173ca93fa;hpb=29ceabd2afc227e0fb8b586c567eeaf7921b542e;p=kdenlive diff --git a/src/markerdialog.cpp b/src/markerdialog.cpp index f86de6a7..fd1abcef 100644 --- a/src/markerdialog.cpp +++ b/src/markerdialog.cpp @@ -77,6 +77,7 @@ MarkerDialog::MarkerDialog(DocClipBase *clip, const CommentedTime &t, const Time case SLIDESHOW: case PLAYLIST: connect(this, SIGNAL(updateThumb()), m_previewTimer, SLOT(start())); + break; case IMAGE: case TEXT: m_image = KThumb::getFrame(m_producer, m_in->getValue(), swidth, width, Kdenlive::DefaultThumbHeight); @@ -86,6 +87,7 @@ MarkerDialog::MarkerDialog(DocClipBase *clip, const CommentedTime &t, const Time colour = colour.replace(0, 2, "#"); p.fill(QColor(colour.left(7))); break; + //UNKNOWN, AUDIO, VIRTUAL: default: p.fill(Qt::black); }