Added tests for Adding single/multiple Local Library Items to Queue. Also Added tests for making sure Library Item View button opens Part Preview Window
This commit is contained in:
parent
3accc83de5
commit
5f3338879c
3 changed files with 188 additions and 0 deletions
|
|
@ -422,6 +422,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
}
|
||||
|
||||
Button addToQueueButton = editButtonFactory.Generate("Add to Queue".Localize());
|
||||
addToQueueButton.Name = "Library Add To Queue Button";
|
||||
addToQueueButton.Margin = new BorderDouble(3, 0);
|
||||
addToQueueButton.Click += addToQueueButton_Click;
|
||||
editButtonsEnableData.Add(new ButtonEnableData(true, true, false));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue