Restore background color for disabled Print button

This commit is contained in:
John Lewin 2019-01-22 13:30:40 -08:00
parent 4e9f1510ac
commit 876b9ae923

View file

@ -208,6 +208,10 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
{
theme.ApplyPrimaryActionStyle(startPrintButton);
}
else
{
startPrintButton.BackgroundColor = theme.MinimalShade;
}
if (errors.Any())
{