X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmainwindow.cpp;h=34ecc812b61d0503cc81c3a026dd4aed4e90208a;hb=f12ae5f3dcb20734eb005ab3ad032b6aa996ff56;hp=9b2be9c8dfe9a5e8ba7a00b7753af12d34d4981c;hpb=b2f9e475053bd6719b74f718a4385a1edd9c1795;p=kdenlive diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 9b2be9c8..34ecc812 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -4141,7 +4141,7 @@ void MainWindow::slotUpdateProxySettings() if (m_renderWidget) m_renderWidget->updateProxyConfig(); if (KdenliveSettings::enableproxy()) KStandardDirs::makeDir(m_activeDocument->projectFolder().path(KUrl::AddTrailingSlash) + "proxy/"); - //TODO: update proxy in project tree + m_projectList->updateProxyConfig(); } #include "mainwindow.moc"