From ed3c26fd62752878d40e56c81e3723ca01b6f870 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Thu, 1 Sep 2011 22:38:03 +0000 Subject: [PATCH] Update display of proxy parameters in Kdenlive Settings dialog after it was changed. svn path=/trunk/kdenlive/; revision=5853 --- src/kdenlivesettingsdialog.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/kdenlivesettingsdialog.cpp b/src/kdenlivesettingsdialog.cpp index de9ad75e..140823c1 100644 --- a/src/kdenlivesettingsdialog.cpp +++ b/src/kdenlivesettingsdialog.cpp @@ -984,8 +984,10 @@ void KdenliveSettingsDialog::loadEncodingProfiles() k.next(); if (!k.key().isEmpty()) m_configProject.kcfg_proxy_profile->addItem(k.key(), k.value()); } - m_configProject.kcfg_proxy_profile->blockSignals(false); if (!currentItem.isEmpty()) m_configProject.kcfg_proxy_profile->setCurrentIndex(m_configProject.kcfg_proxy_profile->findText(currentItem)); + m_configProject.kcfg_proxy_profile->blockSignals(false); + slotUpdateProxyProfile(); + } void KdenliveSettingsDialog::slotUpdateDecklinkProfile(int ix) -- 2.39.2