Revise scene content loading
- Remove file system dependencies - Use library container interfaces - Issue MatterHackers/MCCentral#2248 Bed no longer persists and rounds trips application restarts - Issue MatterHackers/MCCentral#1764 Get edit part mode working
This commit is contained in:
parent
40c038032d
commit
fb84b6a18a
8 changed files with 145 additions and 61 deletions
|
|
@ -206,7 +206,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
|
||||
progressContainer.AddChild(printerName);
|
||||
|
||||
partName = new TextWidget(printer.Bed.printItem.GetFriendlyName(), pointSize: 16, textColor: ActiveTheme.Instance.PrimaryTextColor)
|
||||
partName = new TextWidget(printer.Bed.EditContext.SourceItem.Name, pointSize: 16, textColor: ActiveTheme.Instance.PrimaryTextColor)
|
||||
{
|
||||
HAnchor = HAnchor.Center,
|
||||
MinimumSize = new Vector2(maxTextWidth, MinimumSize.Y),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue