Fix overhang icon
This commit is contained in:
parent
9e50c9b62f
commit
b712b4de3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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) =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue