]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.cpp
Only create audio thumbs when they are enabled, clear cache when disabled
[kdenlive] / src / mainwindow.cpp
index c625a1d9a8e75b5b8d7ead362f434076cb2147de..5710622ef7312be31814a799cc4e7ecfa50b2e3d 100644 (file)
@@ -493,10 +493,12 @@ void MainWindow::slotPreferences() {
 }
 
 void MainWindow::updateConfiguration() {
+    //TODO: we should apply settings to all projects, not only the current one
     TrackView *currentTab = (TrackView *) m_timelineArea->currentWidget();
     if (currentTab) {
         currentTab->refresh();
         currentTab->projectView()->checkAutoScroll();
+        if (m_activeDocument) m_activeDocument->clipManager()->checkAudioThumbs();
     }
 }