[idd] helper: allow scrolling when mode list is long

This commit is contained in:
Quantum
2025-11-08 00:56:54 -05:00
parent dca54a79fd
commit d73e676427

View File

@@ -93,7 +93,7 @@ LRESULT CConfigWindow::onCreate()
m_modeGroup.reset(new CGroupBox(L"Custom modes", WS_CHILD | WS_VISIBLE, m_hwnd));
m_modeBox.reset(new CListBox(WS_CHILD | WS_VISIBLE | LBS_NOTIFY, m_hwnd));
m_modeBox.reset(new CListBox(WS_CHILD | WS_VISIBLE | WS_VSCROLL | LBS_NOTIFY, m_hwnd));
if (m_modes)
{
m_modeBox->addItem(L"<add new>", -1);