[vlmc-devel] Track.qml: Don't scroll twice for the same clip

Yikai Lu git at videolan.org
Thu Jul 6 14:12:15 CEST 2017


vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Thu Jul  6 19:31:45 2017 +0900| [3a05ad35a937f96283601b59f6b6ba3496e29354] | committer: Yikai Lu

Track.qml: Don't scroll twice for the same clip

> https://code.videolan.org/videolan/vlmc/commit/3a05ad35a937f96283601b59f6b6ba3496e29354
---

 src/Gui/timeline/Track.qml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/Gui/timeline/Track.qml b/src/Gui/timeline/Track.qml
index b53d7302..067aff7a 100644
--- a/src/Gui/timeline/Track.qml
+++ b/src/Gui/timeline/Track.qml
@@ -221,8 +221,6 @@ Item {
                         }
                     }
 
-                    drag.source.scrollToThis();
-
                     if ( drag.source.x !== findNewPosition( drag.source.x, drag.source, false ) )
                         deltaX = 0;
                     else {



More information about the Vlmc-devel mailing list