Refactor Color helper names
This commit is contained in:
parent
120f49080b
commit
4b32a99ebb
8 changed files with 10 additions and 10 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue