diff --git a/Terminal.Gui/Views/RadioGroup.cs b/Terminal.Gui/Views/RadioGroup.cs index 0972a08f3..40e2b417a 100644 --- a/Terminal.Gui/Views/RadioGroup.cs +++ b/Terminal.Gui/Views/RadioGroup.cs @@ -259,6 +259,9 @@ namespace Terminal.Gui { } } + /// + /// Allow to invoke the after their creation. + /// public void Refresh () { OnSelectedItemChanged (selected, -1);