]> git.sesse.net Git - kdenlive/blobdiff - src/monitor.cpp
Fix profile change on first clip load: http://kdenlive.org/mantis/view.php?id=2925
[kdenlive] / src / monitor.cpp
index a35ff711ed9149f958b92fa51d3f1c8f16c29123..1c74137f162062a0aa1d39921ae7b3e8d8b37f17 100644 (file)
@@ -929,7 +929,7 @@ void Monitor::resetProfile(const QString &profile)
     if (!render->hasProfile(profile)) {
         slotActivateMonitor();
         render->resetProfile(profile);
-#ifdef USE_OPENGL    
+#ifdef USE_OPENGL
        if (m_glWidget) m_glWidget->setImageAspectRatio(render->dar());
 #endif
     }