Fix RaftEnabledPassedToSliceEngine, CancelWorksAsExpected tests

This commit is contained in:
John Lewin 2017-09-23 00:26:50 -07:00
parent 1b819b66eb
commit 15a54d1f2d
3 changed files with 12 additions and 4 deletions

View file

@ -74,7 +74,9 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
Name = "SlicePopupMenu";
HAnchor = HAnchor.Fit;
VAnchor = VAnchor.Fit;
var sliceButton = buttonFactory.Generate("Slice".Localize().ToUpper());
var sliceButton = buttonFactory.Generate("Slice".Localize().ToUpper());
sliceButton.Name = "Slice Dropdown Button";
this.AddChild(sliceButton);
}