]> git.sesse.net Git - kdenlive/blobdiff - src/effectstack/collapsibleeffect.cpp
Disable region effect for Kdenlive 0.9 since it is not stable in MLT
[kdenlive] / src / effectstack / collapsibleeffect.cpp
index d5e42f81b7245c84f234653b9b21baee77442509..3660eed0db6a47985ea01e22fcde8464ffb9cfb1 100644 (file)
@@ -99,9 +99,11 @@ CollapsibleEffect::CollapsibleEffect(QDomElement effect, QDomElement original_ef
     effecticon->setPixmap(icon.pixmap(16,16));*/
     m_groupAction = new QAction(KIcon("folder-new"), i18n("Create Group"), this);
     connect(m_groupAction, SIGNAL(triggered(bool)), this, SLOT(slotCreateGroup()));
+
     if (!m_regionEffect) {
        if (m_info.groupIndex == -1) m_menu->addAction(m_groupAction);
-       m_menu->addAction(KIcon("folder-new"), i18n("Create Region"), this, SLOT(slotCreateRegion()));
+       //TODO: re-enable region effect when the MLT feature is stabilized
+       //m_menu->addAction(KIcon("folder-new"), i18n("Create Region"), this, SLOT(slotCreateRegion()));
     }
     setupWidget(info, metaInfo);
     setAcceptDrops(true);