Skip to content
Snippets Groups Projects
Commit aa11c478 authored by deuce's avatar deuce
Browse files

Don't take any action if the quick validation drop down is dropped then

"Selecte a set" is chosen.
parent 5a403c53
No related branches found
No related tags found
No related merge requests found
......@@ -310,6 +310,9 @@ void SBBS_User_ListFrame::OnQVChoiceSelect(wxCommandEvent& event)
wxArrayInt selections;
int set=QVChoice->GetSelection()-1;
if(set<0)
return;
for(;;) {
item = UserList->GetNextItem(item, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED);
if(item==-1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment