Add color/model view toggles to GCode Options panel

This commit is contained in:
John Lewin 2018-02-18 10:58:47 -08:00
parent 4c8aebad82
commit 5fb26cb024
7 changed files with 159 additions and 3 deletions

View file

@ -77,7 +77,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
this.AddChild(
new SectionWidget(
"Options".Localize(),
new GCodeOptionsPanel(sceneContext, printer),
new GCodeOptionsPanel(sceneContext, printer, theme),
theme)
{
HAnchor = HAnchor.Stretch,