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)
{

View file

@ -693,9 +693,11 @@ namespace MatterHackers.MatterControl
public double MoveAmount { get; set; } = 10;
public double MovementFeedRate { get; set; }
private PrinterConfig printer;
private PrinterConnection.Axis moveAxis;
public MoveButton(string text, PrinterConfig printer, PrinterConnection.Axis axis, double movementFeedRate, ThemeConfig theme)
: base(text, theme)
{

@ -1 +1 @@
Subproject commit dad963078274da88fc82a08a8fa959002acd6cec
Subproject commit 0b1119b7712b6435420759cebdf0047f04499e40