]> git.sesse.net Git - kdenlive/blobdiff - src/clipitem.cpp
* Allow editing keyframable effects in groups:
[kdenlive] / src / clipitem.cpp
index ab680d99dd30f79376a28e32c58f159e485ac259..1159d3432298cfdb2909ec03be08a96030693adc 100644 (file)
@@ -851,7 +851,7 @@ OPERATIONTYPE ClipItem::operationMode(QPointF pos)
 {
     if (isItemLocked()) return NONE;
 
-    if (isSelected()) {
+    if (isSelected() || (parentItem() && parentItem()->isSelected())) {
         m_editedKeyframe = mouseOverKeyFrames(pos);
         if (m_editedKeyframe != -1) return KEYFRAME;
     }