[idd] helper: prevent saving when no mode is selected

This commit is contained in:
Quantum
2025-10-04 04:12:19 -04:00
committed by Geoffrey McRae
parent 7d33b93a50
commit 113199b6dd
3 changed files with 13 additions and 7 deletions

View File

@@ -40,11 +40,6 @@ int CListBox::getSel()
return ListBox_GetCurSel(m_hwnd);
}
int CListBox::getSelData()
{
return getData(getSel());
}
int CListBox::getData(int index)
{
return ListBox_GetItemData(m_hwnd, index);