Making bold markdown wrap

This commit is contained in:
Lars Brubaker 2022-03-15 11:21:04 -07:00
parent 6ff1c4fdf8
commit 5ff04ba2f1
6 changed files with 14 additions and 49 deletions

View file

@ -183,7 +183,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
public bool ValidateControls()
{
bool selectionValid = this.SelectedPrinter is AddPrinterWidget.MakeModelInfo selectedPrinter;
bool selectionValid = this.SelectedPrinter is MakeModelInfo selectedPrinter;
if (!selectionValid)
{