]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivesettingsdialog.cpp
hotfix for Contour Shuttlexpress button mapping problem
[kdenlive] / src / kdenlivesettingsdialog.cpp
index 7afa59472bc36cbd4e965c6f0c52974499c4f92f..015149bc00f1c7c692e2ebe4bdc0819cbf1e24a2 100644 (file)
@@ -142,6 +142,11 @@ KdenliveSettingsDialog::KdenliveSettingsDialog(const QMap<QString, QString>& map
     m_shuttle_buttons.push_back(m_configShuttle.shuttle3);
     m_shuttle_buttons.push_back(m_configShuttle.shuttle4);
     m_shuttle_buttons.push_back(m_configShuttle.shuttle5);
+    m_shuttle_buttons.push_back(m_configShuttle.shuttle6);
+    m_shuttle_buttons.push_back(m_configShuttle.shuttle7);
+    m_shuttle_buttons.push_back(m_configShuttle.shuttle8);
+    m_shuttle_buttons.push_back(m_configShuttle.shuttle9);
+    m_shuttle_buttons.push_back(m_configShuttle.shuttle10);
 
     // populate the buttons with the current configuration. The items are sorted
     // according to the user-selected language, so they do not appear in random order.