Yw.WpfUI.Hydro.L3d.Core/03-logical/06-flow/02-direction/LogicalFlowDirection3D.cs
@@ -40,7 +40,9 @@ /// </summary> public void UpdateMaterial() { this.Material = _materialHelper.GetMaterial(Colors.Green); var htmlColor = Yw.Settings.HydroL3dParasHelper.HydroL3d.Logical.Flow.Direction.HtmlColor; var color = htmlColor.ToMediaColor(); this.Material = _materialHelper.GetMaterial(color); } /// <summary>