|
@@ -166,7 +166,7 @@ namespace Terminal.Gui {
|
|
SuperView.SetFocus (this);
|
|
SuperView.SetFocus (this);
|
|
|
|
|
|
if (me.Y < radioLabels.Length) {
|
|
if (me.Y < radioLabels.Length) {
|
|
- cursor = selected = me.Y;
|
|
|
|
|
|
+ cursor = Selected = me.Y;
|
|
SetNeedsDisplay ();
|
|
SetNeedsDisplay ();
|
|
}
|
|
}
|
|
return true;
|
|
return true;
|