Fix RaftEnabledPassedToSliceEngine, CancelWorksAsExpected tests
This commit is contained in:
parent
1b819b66eb
commit
15a54d1f2d
3 changed files with 12 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue