mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-01-19 02:02:29 +00:00
[idd] helper: prevent saving when no mode is selected
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user