[vlmc-devel] main.qml: Don't be interactive
Yikai Lu
git at videolan.org
Tue Jun 20 17:55:55 CEST 2017
vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Tue Jun 20 23:54:38 2017 +0900| [0029b754f78b1dd58365d24388c59ef3ec8058d5] | committer: Yikai Lu
main.qml: Don't be interactive
> https://code.videolan.org/videolan/vlmc/commit/0029b754f78b1dd58365d24388c59ef3ec8058d5
---
src/Gui/timeline/main.qml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/Gui/timeline/main.qml b/src/Gui/timeline/main.qml
index aa6e0f9c..4a3ed7fe 100644
--- a/src/Gui/timeline/main.qml
+++ b/src/Gui/timeline/main.qml
@@ -367,6 +367,8 @@ Rectangle {
Flickable {
+ interactive: false
+
TrackContainer {
y: topArea.height
id: videoTrackContainer
More information about the Vlmc-devel
mailing list