Ensure SelectionChanged is called on mouse click too

This commit is contained in:
Paul Sanford
2018-06-06 23:05:15 -07:00
parent 829aae09c8
commit 73f10ef1e0

View File

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