]> git.sesse.net Git - kdenlive/blobdiff - src/monitor.cpp
Hide export profiles that resize video ( size is different than project profile)...
[kdenlive] / src / monitor.cpp
index 95d5ec2213b76c93eb5a440f596d9abfd8a806a7..20f488ad56a966a36300329c58a4c9718ef97f4e 100644 (file)
@@ -236,7 +236,7 @@ void Monitor::mouseReleaseEvent(QMouseEvent * event) {
 
 // virtual
 void Monitor::mouseMoveEvent(QMouseEvent *event) {
-    kDebug() << "// DRAG STARTED, MOUSE MOVED: ";
+    // kDebug() << "// DRAG STARTED, MOUSE MOVED: ";
     if (!m_dragStarted || m_currentClip == NULL) return;
 
     if ((event->pos() - m_DragStartPosition).manhattanLength()