X-Git-Url: https://git.sesse.net/?p=kdenlive;a=blobdiff_plain;f=src%2Fmainwindow.cpp;h=cee87ec7fec5162114d9734570aedd18af473a6f;hp=455adaa19fc430b683f35e1d8f62cc43120e6d18;hb=937f547e26859d0ef9ddc0ac38d6986ab591b3fd;hpb=20f0cd1075b25fe1311ba3d0b4fba7f83f9c0f42 diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 455adaa1..cee87ec7 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -882,7 +882,7 @@ void MainWindow::activateShuttleDevice() m_jogProcess = NULL; if (KdenliveSettings::enableshuttle() == false) return; - m_jogProcess = new JogShuttle(KdenliveSettings::shuttledevice()); + m_jogProcess = new JogShuttle(JogShuttle::enumerateDevice(KdenliveSettings::shuttledevice())); m_jogShuttle = new JogShuttleAction(m_jogProcess, JogShuttleConfig::actionMap(KdenliveSettings::shuttlebuttons())); connect(m_jogShuttle, SIGNAL(rewindOneFrame()), m_monitorManager, SLOT(slotRewindOneFrame()));