Theme specific wireframe color

This commit is contained in:
John Lewin 2017-06-29 13:36:09 -07:00
parent 81e3cc1425
commit 694024443c
2 changed files with 3 additions and 1 deletions

View file

@ -120,6 +120,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
sliderWidth = 10;
}
RenderOpenGl.GLHelper.WireframeColor = ActiveTheme.Instance.PrimaryAccentColor;
CreateAndAddChildren();
ActiveSliceSettings.SettingChanged.RegisterEvent((s, e) =>