Remove redundant PrimaryBackgroundColor
This commit is contained in:
parent
bbca00e089
commit
9a6a8e712d
9 changed files with 5 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue