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:
Gregory Diaz 2015-11-18 15:28:50 -08:00
parent 3accc83de5
commit 5f3338879c
3 changed files with 188 additions and 0 deletions

View file

@ -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));