Compare commits

...

1 Commits

Author SHA1 Message Date
Quantum
d73e676427 [idd] helper: allow scrolling when mode list is long 2025-11-08 03:39:47 -05:00

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);