Fix order of Prev/Next when initialising the button UI.

pull/365/head
diyelectromusic 3 years ago
parent 77c4445451
commit 8d604076d1
  1. 2
      src/userinterface.cpp

@ -115,8 +115,8 @@ bool CUserInterface::Initialize (void)
m_pConfig->GetButtonActionHome (),
m_pConfig->GetDoubleClickTimeout (),
m_pConfig->GetLongPressTimeout (),
m_pConfig->GetMIDIButtonNext (),
m_pConfig->GetMIDIButtonPrev (),
m_pConfig->GetMIDIButtonNext (),
m_pConfig->GetMIDIButtonBack (),
m_pConfig->GetMIDIButtonSelect (),
m_pConfig->GetMIDIButtonHome ()

Loading…
Cancel
Save