Fix this
This commit is contained in:
parent
52f5a02b55
commit
0e60c34ab9
|
@ -27,7 +27,7 @@ void wxFarRadio::SetGroup(class wxFarRadio* grp)
|
||||||
wxFarRadio* checked = GetValue() ? this : NULL;
|
wxFarRadio* checked = GetValue() ? this : NULL;
|
||||||
|
|
||||||
for (wxFarRadio* gp = Next; gp != this; gp = gp->Next) {
|
for (wxFarRadio* gp = Next; gp != this; gp = gp->Next) {
|
||||||
if (gp = grp)
|
if (gp == grp)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (gp->GetValue())
|
if (gp->GetValue())
|
||||||
|
|
Loading…
Reference in New Issue