Workarounds for failing tests
- Issue MatterHackers/MCCentral#2789 Write fixes for BranchEditContainerTest
This commit is contained in:
parent
25abc10a66
commit
92fda06ac1
2 changed files with 9 additions and 0 deletions
|
|
@ -52,6 +52,10 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
public Type DefaultView => null;
|
||||
|
||||
public BranchEditContainer()
|
||||
{
|
||||
}
|
||||
|
||||
public BranchEditContainer(Action<ILibraryItem, IObject3D> saveAction)
|
||||
{
|
||||
this.saveAction = saveAction;
|
||||
|
|
@ -72,6 +76,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
public void Add(IEnumerable<ILibraryItem> items)
|
||||
{
|
||||
this.ContentChanged?.Invoke(this, null);
|
||||
}
|
||||
|
||||
public bool AllowAction(ContainerActions containerActions)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue