From 694024443cd37a29dafedf3fc5a0dc8eeed2b42a Mon Sep 17 00:00:00 2001 From: John Lewin Date: Thu, 29 Jun 2017 13:36:09 -0700 Subject: [PATCH] Theme specific wireframe color --- PartPreviewWindow/ViewGcodeBasic.cs | 2 ++ Submodules/agg-sharp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/PartPreviewWindow/ViewGcodeBasic.cs b/PartPreviewWindow/ViewGcodeBasic.cs index 28e361303..47ad3a511 100644 --- a/PartPreviewWindow/ViewGcodeBasic.cs +++ b/PartPreviewWindow/ViewGcodeBasic.cs @@ -120,6 +120,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow sliderWidth = 10; } + RenderOpenGl.GLHelper.WireframeColor = ActiveTheme.Instance.PrimaryAccentColor; + CreateAndAddChildren(); ActiveSliceSettings.SettingChanged.RegisterEvent((s, e) => diff --git a/Submodules/agg-sharp b/Submodules/agg-sharp index 55d82fdd6..c8047868b 160000 --- a/Submodules/agg-sharp +++ b/Submodules/agg-sharp @@ -1 +1 @@ -Subproject commit 55d82fdd6f60710d66d19db34598ee34aecd6fb3 +Subproject commit c8047868bac1cc6fecf77aaf871c241a48481789