X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fprojectlist.cpp;h=97dad224eb6788755465c81e50b70e52f9ab9e58;hb=25b8bcc770a70a6c2d17f9b94b6c5b9df0c845f4;hp=fdba31b31a92af0057b012242acd16669060d90a;hpb=c5e042e1e861fa7bec6d56cb61e80477e97569be;p=kdenlive diff --git a/src/projectlist.cpp b/src/projectlist.cpp index fdba31b3..97dad224 100644 --- a/src/projectlist.cpp +++ b/src/projectlist.cpp @@ -2269,6 +2269,9 @@ void ProjectList::slotReplyGetFileProperties(const QString &clipId, Mlt::Produce } else if (KdenliveSettings::checkfirstprojectclip() && m_listView->topLevelItemCount() == 1 && m_refreshed && m_allClipsProcessed) { // this is the first clip loaded in project, check if we want to adjust project settings to the clip updatedProfile = adjustProjectProfileToItem(item); + if (updatedProfile == false) { + emit clipSelected(item->referencedClip()); + } } if (updatedProfile == false) { //emit clipSelected(item->referencedClip());