X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fprojectlist.cpp;h=c2ebfcfc346ac8c67267801bf44239c7eabd5a93;hb=116b6415b45fb0cef347e612994c8f9bd3cf8f7a;hp=66842bc61083bbba73e025174ec2daee482fb8a3;hpb=811f9353acff73a0006562b7814d3b673f420763;p=kdenlive diff --git a/src/projectlist.cpp b/src/projectlist.cpp index 66842bc6..c2ebfcfc 100644 --- a/src/projectlist.cpp +++ b/src/projectlist.cpp @@ -2834,6 +2834,10 @@ void ProjectList::setProxyStatus(ProjectItem *item, PROXYSTATUS status, int prog QDomElement xml = clip->toXML(); m_render->getFileProperties(xml, clip->getId(), m_listView->iconSize().height(), true); } + else { + // Disable proxy for this clip + clip->setProperty("proxy", "-"); + } } monitorItemEditing(true); }