]> git.sesse.net Git - kdenlive/blobdiff - src/markerdialog.cpp
Hide marker category for guides, not supported currently
[kdenlive] / src / markerdialog.cpp
index 3402fb2b5fe3140a2a536295431297bf75036345..e1e8283da04985235fb42ed4e906561ba1bf5752 100644 (file)
@@ -96,6 +96,8 @@ MarkerDialog::MarkerDialog(DocClipBase *clip, CommentedTime t, Timecode tc, cons
         connect(m_in, SIGNAL(timeCodeEditingFinished()), this, SIGNAL(updateThumb()));
     } else {
         clip_thumb->setHidden(true);
+       label_category->setHidden(true);
+       marker_type->setHidden(true);
     }
 
     marker_comment->setText(t.comment());