]> git.sesse.net Git - kdenlive/blobdiff - src/renderwidget.cpp
Ask to change profile if first clip does not match project profile:
[kdenlive] / src / renderwidget.cpp
index 014b3c1cf9821bea660db77396fbf59f9bec6f32..0d1e2fa0d636f97832263c0a0733f6b8d88177f7 100644 (file)
@@ -762,7 +762,7 @@ void RenderWidget::slotExport(bool scriptExport, int zoneIn, int zoneOut, const
     QString subsize = currentSize;
     if (std.startsWith("s=")) {
         subsize = std.section(' ', 0, 0).toLower();
-        subsize = subsize.section("=", 1, 1);
+        subsize = subsize.section('=', 1, 1);
     } else if (std.contains(" s=")) {
         subsize = std.section(" s=", 1, 1);
         subsize = subsize.section(' ', 0, 0).toLower();