Improving ShowUpdateButton api
This commit is contained in:
parent
094324e645
commit
cf5931d272
10 changed files with 13 additions and 12 deletions
|
|
@ -49,7 +49,7 @@ using MatterHackers.VectorMath;
|
|||
namespace MatterHackers.MatterControl.PartPreviewWindow.View3D
|
||||
{
|
||||
[Obsolete("Use SubtractAndReplaceObject3D_2 instead", false)]
|
||||
[ShowUpdateButton(true)]
|
||||
[ShowUpdateButton(SuppressPropertyChangeUpdates = true)]
|
||||
public class SubtractAndReplaceObject3D : MeshWrapperObject3D, ISelectableChildContainer
|
||||
{
|
||||
public SubtractAndReplaceObject3D()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue