X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fdvdwizardmenu.cpp;h=2a204dc7459f192d186d57a8ebcf1a8b739017db;hb=8ca5dcad8722c1e1ff7622935466720cf3fcad61;hp=04c012233d925600c1dcfc1103437cbae520d010;hpb=60067b314f5cd78b8e52f2e82925de6193f05eda;p=kdenlive diff --git a/src/dvdwizardmenu.cpp b/src/dvdwizardmenu.cpp index 04c01223..2a204dc7 100644 --- a/src/dvdwizardmenu.cpp +++ b/src/dvdwizardmenu.cpp @@ -277,14 +277,11 @@ void DvdWizardMenu::changeProfile(bool isPal) if (isPal == false) { m_width = 720; m_height = 480; - m_isPal = false; - updatePreview(); } else { m_width = 720; m_height = 576; - m_isPal = true; - updatePreview(); } + updatePreview(); } void DvdWizardMenu::updatePreview()