Fix overhang icon

This commit is contained in:
John Lewin 2018-09-24 12:31:16 -07:00
parent 9e50c9b62f
commit b712b4de3d

View file

@ -131,7 +131,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
popupMenu.CreateBoolMenuItem(
"Overhang".Localize(),
AggContext.StaticData.LoadIcon("view_overhang.png", theme.InvertIcons),
viewIcons[RenderTypes.Overhang],
() => sceneContext.ViewState.RenderType == RenderTypes.Overhang,
(isChecked) =>
{