bugfix (from commit 534cf251)

This commit is contained in:
SuuperW 2018-08-25 11:15:56 -05:00
parent 38b2039844
commit bbb190a136
1 changed files with 1 additions and 1 deletions

View File

@ -855,7 +855,7 @@ INT_PTR CALLBACK CheatsListBox_Proc(HWND dialog, UINT msg,WPARAM wparam,LPARAM l
} }
// check all other selected items too // check all other selected items too
if (!multiCheck) if (!multiCheck && ListView_GetItemState(cheatListView, cheatEditPos, LVNI_SELECTED))
{ {
multiCheck = true; multiCheck = true;
bool check = ListView_GetCheckState(cheatListView, cheatEditPos); bool check = ListView_GetCheckState(cheatListView, cheatEditPos);