]> git.sesse.net Git - kdenlive/blobdiff - src/renderwidget.cpp
Project tree sub-clips and clip properties dialog thumbnails are now created in anoth...
[kdenlive] / src / renderwidget.cpp
index 35e408143c390f41e81c79033e825d84915ac4a0..89887ea1326fdc53fbe161d06b0b9771744579df 100644 (file)
@@ -980,6 +980,7 @@ void RenderWidget::slotExport(bool scriptExport, int zoneIn, int zoneOut, const
         render_process_args << "consumer:" + (scriptExport ? "$SOURCE" : playlistPath);
     else
         render_process_args <<  (scriptExport ? "$SOURCE" : playlistPath);
+
     render_process_args << (scriptExport ? "$TARGET" : KUrl(dest).url());
     render_process_args << paramsList;