Expose CreatePartTab, guard for null
This commit is contained in:
parent
2d85abaf7c
commit
9e21acbaeb
2 changed files with 3 additions and 3 deletions
|
|
@ -188,7 +188,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
};
|
||||
}
|
||||
|
||||
internal MainTab CreatePartTab(string tabTitle, BedConfig sceneContext, ThemeConfig theme)
|
||||
public MainTab CreatePartTab(string tabTitle, BedConfig sceneContext, ThemeConfig theme)
|
||||
{
|
||||
var partTab = new MainTab(
|
||||
tabTitle,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue