enabling outlines menu
This commit is contained in:
parent
6d0a879720
commit
bed9bed52b
3 changed files with 3 additions and 4 deletions
|
|
@ -96,7 +96,6 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
useRadioStyle: true,
|
||||
siblingRadioButtonList: siblingList);
|
||||
|
||||
/*
|
||||
popupMenu.CreateBoolMenuItem(
|
||||
"Outlines".Localize(),
|
||||
viewIcons[RenderTypes.Outlines],
|
||||
|
|
@ -106,7 +105,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
sceneContext.ViewState.RenderType = RenderTypes.Outlines;
|
||||
},
|
||||
useRadioStyle: true,
|
||||
siblingRadioButtonList: siblingList); */
|
||||
siblingRadioButtonList: siblingList);
|
||||
|
||||
popupMenu.CreateBoolMenuItem(
|
||||
"Polygons".Localize(),
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit aae3f6a0e0c247e83f990e0604aa2e0a95291031
|
||||
Subproject commit 64940bde410eab6b3ae2f0778623468f163e450d
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 264bc778770afef8f08292f2520948d9b11f581b
|
||||
Subproject commit 3dfdf792b388971298bbeb1f4cef338fac5d412d
|
||||
Loading…
Add table
Add a link
Reference in a new issue