Working on lockable component object
This commit is contained in:
parent
12400b4ed0
commit
d6d19d0c57
6 changed files with 38 additions and 20 deletions
|
|
@ -80,7 +80,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
return imageCoin;
|
||||
}
|
||||
|
||||
public override bool Persistable { get => ApplicationController.Instance.UserHasPermissions(this.GetType()); }
|
||||
public override bool Persistable => ApplicationController.Instance.UserHasPermissions(this);
|
||||
|
||||
public override async void OnInvalidate(InvalidateArgs invalidateType)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue