]> git.sesse.net Git - kdenlive/blobdiff - src/projectitem.cpp
Fix 1 frame offset in image / color clips, fix changing duration of image/color clips
[kdenlive] / src / projectitem.cpp
index c26f5ce94b8f330be69914175ce0948c2cc336c3..d1508f2e5556a21ab8c0c26a08420de107d564ba 100644 (file)
@@ -74,6 +74,7 @@ void ProjectItem::buildItem(QSize pixmapSize)
        default:
            setData(0, Qt::DecorationRole, KIcon("video-x-generic").pixmap(pixmapSize));
     }
+    if (m_clipType != UNKNOWN) slotSetToolTip();
     
     setText(0, name);
     setText(1, m_clip->description());