summaryrefslogtreecommitdiffstats
path: root/examples/video/qmlvideofx/qml/qmlvideofx/ParameterPanel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/video/qmlvideofx/qml/qmlvideofx/ParameterPanel.qml')
-rw-r--r--examples/video/qmlvideofx/qml/qmlvideofx/ParameterPanel.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/video/qmlvideofx/qml/qmlvideofx/ParameterPanel.qml b/examples/video/qmlvideofx/qml/qmlvideofx/ParameterPanel.qml
index 2571b6e65..6b76b2527 100644
--- a/examples/video/qmlvideofx/qml/qmlvideofx/ParameterPanel.qml
+++ b/examples/video/qmlvideofx/qml/qmlvideofx/ParameterPanel.qml
@@ -104,5 +104,6 @@ Rectangle {
anchors.fill: parent
model: root.model
delegate: editDelegate
+ interactive: false
}
}