Move DesignApps help into menus
This commit is contained in:
parent
02cc1098f4
commit
ccd15c2cf0
7 changed files with 64 additions and 96 deletions
|
|
@ -37,7 +37,7 @@ using MatterHackers.Localizations;
|
|||
|
||||
namespace MatterHackers.MatterControl.DesignTools
|
||||
{
|
||||
public class ComponentObject3D : Object3D, IVisualLeafNode, IHelpMarkdown
|
||||
public class ComponentObject3D : Object3D, IVisualLeafNode
|
||||
{
|
||||
public ComponentObject3D()
|
||||
{
|
||||
|
|
@ -51,8 +51,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
public override bool CanApply => Finalized;
|
||||
public bool Finalized { get; set; } = true;
|
||||
public List<string> SurfacedEditors { get; set; } = new List<string>();
|
||||
|
||||
public string HelpMarkdown { get; set; }
|
||||
public string ComponentID { get; set; }
|
||||
|
||||
public override void Apply(UndoBuffer undoBuffer)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue