allow empty notes
This commit is contained in:
parent
00e283936c
commit
abdd865d85
2 changed files with 7 additions and 2 deletions
|
|
@ -277,7 +277,10 @@ namespace MatterHackers.MatterControl.PrintHistory
|
|||
printTask.Commit();
|
||||
popupMenu.Unfocus();
|
||||
printInfoWidget.Text = GetPrintInfo();
|
||||
}));
|
||||
})
|
||||
{
|
||||
AllowEmpty = true,
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue