Remove redundant PrimaryBackgroundColor

This commit is contained in:
John Lewin 2018-10-15 07:35:24 -07:00
parent bbca00e089
commit 9a6a8e712d
9 changed files with 5 additions and 14 deletions

View file

@ -966,7 +966,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
var feedbackWindow = new SavePartsSheetFeedbackWindow(
printItems.Count(),
printItems.FirstOrDefault()?.Name,
ActiveTheme.Instance.PrimaryBackgroundColor);
theme.ActiveTabColor);
var currentPartsInQueue = new PartsSheet(printItems, saveParams.FileName);
currentPartsInQueue.UpdateRemainingItems += feedbackWindow.StartingNextPart;