Use TreeNode TextWidget text for ToString
- Improve debugging experience with helpful identifier
This commit is contained in:
parent
35e2b280f2
commit
c5e3ff95a4
1 changed files with 5 additions and 0 deletions
|
|
@ -212,6 +212,11 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return textWidget?.Text ?? "";
|
||||
}
|
||||
|
||||
#region Properties
|
||||
|
||||
public bool Checked { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue