X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fkdenlivesettingsdialog.cpp;h=e997fa76fab527a423d20a99c4f663667a64f854;hb=0a381233be965974d175f34899ed5422e71e6d00;hp=91933f9c7f28144764448f7264e8d743172afaea;hpb=f783c90f9dff86d05fd0ca2042e308decc2af873;p=kdenlive diff --git a/src/kdenlivesettingsdialog.cpp b/src/kdenlivesettingsdialog.cpp index 91933f9c..e997fa76 100644 --- a/src/kdenlivesettingsdialog.cpp +++ b/src/kdenlivesettingsdialog.cpp @@ -122,8 +122,6 @@ KdenliveSettingsDialog::KdenliveSettingsDialog(QWidget * parent) : QWidget *p6 = new QWidget; m_configSdl.setupUi(p6); - // Disable drop B frames, see Kdenlive issue #1330 - m_configSdl.groupBox->setHidden(true); #if not defined(Q_WS_MAC) && not defined(USE_OPEN_GL) m_configSdl.kcfg_openglmonitors->setHidden(true); #endif @@ -537,12 +535,6 @@ void KdenliveSettingsDialog::updateSettings() resetProfile = true; } - bool updatePreview = false; - if (m_configSdl.kcfg_dropbframes->isChecked() != KdenliveSettings::dropbframes()) { - KdenliveSettings::setDropbframes(m_configSdl.kcfg_dropbframes->isChecked()); - updatePreview = true; - } - if (m_modified) { // The transcoding profiles were modified, save. m_modified = false; @@ -555,7 +547,6 @@ void KdenliveSettingsDialog::updateSettings() //KConfigDialog::updateSettings(); if (resetProfile) emit doResetProfile(); - if (updatePreview) emit updatePreviewSettings(); } void KdenliveSettingsDialog::slotUpdateDisplay()