Improving ShowUpdateButton api

This commit is contained in:
Lars Brubaker 2022-04-28 13:19:48 -07:00
parent 094324e645
commit cf5931d272
10 changed files with 13 additions and 12 deletions

View file

@ -45,7 +45,7 @@ using MatterHackers.VectorMath;
namespace MatterHackers.MatterControl.PartPreviewWindow.View3D
{
[ShowUpdateButton(false)]
[ShowUpdateButton]
public class SubtractAndReplaceObject3D_2 : OperationSourceContainerObject3D, ISelectableChildContainer, ICustomEditorDraw, IPropertyGridModifier
{
public SubtractAndReplaceObject3D_2()