Make sure radio button has same old default

This commit is contained in:
LarsBrubaker 2020-06-05 11:37:47 -07:00
parent 987f87a472
commit 5c354a6eb1
3 changed files with 4 additions and 2 deletions

View file

@ -437,7 +437,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
}
}
public bool DrawUnderline { get; set; }
public bool DrawUnderline { get; set; } = true;
public override void OnMouseEnterBounds(MouseEventArgs mouseEvent)
{