Rename PrinterTabBase -> PartTabPage

This commit is contained in:
John Lewin 2017-11-07 14:55:45 -08:00
parent d87d05fb79
commit dafddf710b
6 changed files with 8 additions and 16 deletions

View file

@ -100,7 +100,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
private PrinterTabPage printerTabPage;
public View3DWidget(PrinterConfig printer, BedConfig sceneContext, AutoRotate autoRotate, ViewControls3D viewControls3D, ThemeConfig theme, PrinterTabBase printerTabBase, MeshViewerWidget.EditorType editorType = MeshViewerWidget.EditorType.Part)
public View3DWidget(PrinterConfig printer, BedConfig sceneContext, AutoRotate autoRotate, ViewControls3D viewControls3D, ThemeConfig theme, PartTabPage printerTabBase, MeshViewerWidget.EditorType editorType = MeshViewerWidget.EditorType.Part)
{
var smallMarginButtonFactory = theme.SmallMarginButtonFactory;