One more test passing
This commit is contained in:
parent
5860bfe4a0
commit
104ac94632
6 changed files with 19 additions and 9 deletions
|
|
@ -68,7 +68,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
this.scene = scene;
|
||||
this.printer = printer;
|
||||
|
||||
this.AddChild(inlineTitleEdit = new InlineTitleEdit("", theme));
|
||||
this.AddChild(inlineTitleEdit = new InlineTitleEdit("", theme, "Object Name"));
|
||||
inlineTitleEdit.TitleChanged += (s, e) =>
|
||||
{
|
||||
if (item != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue