Expose CreatePartTab, guard for null

This commit is contained in:
John Lewin 2017-12-01 12:17:01 -08:00
parent 2d85abaf7c
commit 9e21acbaeb
2 changed files with 3 additions and 3 deletions

View file

@ -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,