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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue