Got the queue and the count tab to work.
This commit is contained in:
parent
f9baaf2f35
commit
4508a25e58
13 changed files with 112 additions and 38 deletions
|
|
@ -155,7 +155,7 @@ namespace MatterHackers.MatterControl.PrintHistory
|
|||
|
||||
printAgainLink.Click += (sender, e) =>
|
||||
{
|
||||
QueueData.Instance.AddItem(new PrintItemWrapper(printTask.PrintItemId).PrintItem);
|
||||
QueueData.Instance.AddItem(new PrintItemWrapper(printTask.PrintItemId));
|
||||
};
|
||||
|
||||
buttonContainer.AddChild(printAgainLink);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue