]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.cpp
Go to one second forward / backword:
[kdenlive] / src / customtrackview.cpp
index 43d75e2db4a6b33b199ebada7478e0d743a5126c..f698c04601a50e11a72c670e6ab1915845d59511 100644 (file)
@@ -3035,7 +3035,7 @@ void CustomTrackView::slotInsertTrack(int ix) {
     d.setWindowTitle(i18n("Insert Track"));
 
     if (d.exec() == QDialog::Accepted) {
-       ix = view.track_nb->value();
+        ix = view.track_nb->value();
         if (view.before_select->currentIndex() == 1) {
             ix++;
         }