Refactor Color helper names

This commit is contained in:
John Lewin 2018-10-17 17:22:24 -07:00
parent 120f49080b
commit 4b32a99ebb
8 changed files with 10 additions and 10 deletions

View file

@ -638,8 +638,8 @@ namespace MatterHackers.MatterControl.PrintLibrary
Title = "Print".Localize(),
Action = (selectedLibraryItems, listView) =>
{
// TODO: Sort out the right way to have an ActivePrinter context that looks and behaves correctly
var activeContext = ApplicationController.Instance.DragDropData;
// TODO: Sort out the right way to have an ActivePrinter context that looks and behaves correctly
var activeContext = ApplicationController.Instance.DragDropData;
var printer = activeContext.Printer;
switch (selectedLibraryItems.FirstOrDefault())