This commit is contained in:
retro-wertz 2018-07-12 16:23:59 +08:00 committed by GitHub
parent 52f5a02b55
commit 0e60c34ab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ void wxFarRadio::SetGroup(class wxFarRadio* grp)
wxFarRadio* checked = GetValue() ? this : NULL;
for (wxFarRadio* gp = Next; gp != this; gp = gp->Next) {
if (gp = grp)
if (gp == grp)
return;
if (gp->GetValue())