mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Ensure SelectionChanged is called on mouse click too
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user