X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fprojectitem.cpp;h=d1508f2e5556a21ab8c0c26a08420de107d564ba;hb=efa3eb3a43aeaee3a66956e5fe791260739b8aaf;hp=c26f5ce94b8f330be69914175ce0948c2cc336c3;hpb=563a57ad4786d528755a99973cf3bffbdce96bcf;p=kdenlive diff --git a/src/projectitem.cpp b/src/projectitem.cpp index c26f5ce9..d1508f2e 100644 --- a/src/projectitem.cpp +++ b/src/projectitem.cpp @@ -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());