Restore background color for disabled Print button
This commit is contained in:
parent
4e9f1510ac
commit
876b9ae923
1 changed files with 4 additions and 0 deletions
|
|
@ -208,6 +208,10 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
{
|
||||
theme.ApplyPrimaryActionStyle(startPrintButton);
|
||||
}
|
||||
else
|
||||
{
|
||||
startPrintButton.BackgroundColor = theme.MinimalShade;
|
||||
}
|
||||
|
||||
if (errors.Any())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue