]> git.sesse.net Git - kdenlive/blobdiff - src/projectlist.cpp
Allow to edit projects with a locale different to the one used by Kdenlive. This...
[kdenlive] / src / projectlist.cpp
index ab15315760d8299502545b3249a10de68630f80b..001395d820b0f6badf3231ef232a0ad29b7e483a 100644 (file)
@@ -1522,7 +1522,6 @@ void ProjectList::setDocument(KdenliveDoc *doc)
     m_timecode = doc->timecode();
     m_commandStack = doc->commandStack();
     m_doc = doc;
-    setEnabled(!m_doc->isReadOnly());
 
     QMap <QString, QString> flist = doc->clipManager()->documentFolderList();
     QStringList openedFolders = doc->getExpandedFolders();