Use unique name for WIP object
- Issue MatterHackers/MCCentral#5002 Wrong icon for text object
This commit is contained in:
parent
55e2fc7eff
commit
a6b20f6598
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ namespace MatterHackers.MatterControl.Library
|
|||
{ DateCreated = new System.DateTime(index++) },
|
||||
#if DEBUG
|
||||
new GeneratorItem(
|
||||
() => "Text".Localize(),
|
||||
() => "Text2".Localize(),
|
||||
async () => await TextPathObject3D.Create())
|
||||
{ DateCreated = new System.DateTime(index++) },
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue