More Progress better implementation

This commit is contained in:
Gregory Diaz 2015-04-11 15:49:20 -07:00
parent 1495a5794d
commit 4f364bdd2f
2 changed files with 4 additions and 3 deletions

View file

@ -259,8 +259,9 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
ColorGradientWidget gradient = new ColorGradientWidget();
gradient.VAnchor = Agg.UI.VAnchor.ParentTop;
gradient.HAnchor = Agg.UI.HAnchor.ParentLeftRight;
AddChild(gradient);
viewControls3D = new ViewControls3D(meshViewerWidget);
viewControls3D.PartSelectVisible = false;
AddChild(viewControls3D);