]> git.sesse.net Git - kdenlive/blobdiff - src/dvdwizardmenu.cpp
Fix DVD menus with more than 9 buttons:
[kdenlive] / src / dvdwizardmenu.cpp
index 04c012233d925600c1dcfc1103437cbae520d010..2a204dc7459f192d186d57a8ebcf1a8b739017db 100644 (file)
@@ -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()