Working on making unlockable design apps
This commit is contained in:
parent
7aeafb3cda
commit
d40a9235c8
7 changed files with 62 additions and 83 deletions
|
|
@ -54,7 +54,6 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
{
|
||||
private readonly double innerDiameter = 35;
|
||||
private readonly double outerDiameter = 40;
|
||||
private object locker = new object();
|
||||
|
||||
public ImageCoinObject3D()
|
||||
{
|
||||
|
|
@ -85,6 +84,8 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
return imageCoin;
|
||||
}
|
||||
|
||||
public override bool Persistable { get => ApplicationController.Instance.UserHasPermissions(this.GetType()); }
|
||||
|
||||
public override async void OnInvalidate(InvalidateArgs invalidateType)
|
||||
{
|
||||
if ((invalidateType.InvalidateType.HasFlag(InvalidateType.Children)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue