]> git.sesse.net Git - kdenlive/blobdiff - src/projectlist.cpp
more work on keyframe effects and thumbnail fixes
[kdenlive] / src / projectlist.cpp
index ea95c5aea73b571512ccba80501a99378e0b3aa3..60eae55ff22db1a5d0f617cecb5ba56874697d81 100644 (file)
@@ -444,8 +444,8 @@ void ProjectList::slotRefreshClipThumbnail(int clipId) {
 
 void ProjectList::slotRefreshClipThumbnail(ProjectItem *item) {
     if (item) {
-               int height = 50;
-               int width = (int)(height  * m_render->dar());
+        int height = 50;
+        int width = (int)(height  * m_render->dar());
         QPixmap pix = KThumb::getImage(item->toXml(), item->referencedClip()->getProjectThumbFrame(), width, height);
         //QPixmap pix = KThumb::getFrame(item->toXml()), 0, width, height);
         item->setIcon(0, pix);