Make sure radio button has same old default
This commit is contained in:
parent
987f87a472
commit
5c354a6eb1
3 changed files with 4 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue