Making bold markdown wrap
This commit is contained in:
parent
6ff1c4fdf8
commit
5ff04ba2f1
6 changed files with 14 additions and 49 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue