]> git.sesse.net Git - kdenlive/blobdiff - src/markerdialog.cpp
Merge branch 'master' of git://anongit.kde.org/kdenlive
[kdenlive] / src / markerdialog.cpp
index e789cc150da12e57378b42263a7d5dc74dea1644..e1e8283da04985235fb42ed4e906561ba1bf5752 100644 (file)
@@ -93,9 +93,11 @@ MarkerDialog::MarkerDialog(DocClipBase *clip, CommentedTime t, Timecode tc, cons
             clip_thumb->setFixedHeight(p.height());
             clip_thumb->setPixmap(p);
         }
-        connect(m_in, SIGNAL(editingFinished()), this, SIGNAL(updateThumb()));
+        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());