Made Print Wrappers track file changes better
Fixed a bug with 3D panel not closing out from editing correctly. Fixed a bug with thumbnails not rebuilding under some update conditions.
This commit is contained in:
parent
a98e29b22e
commit
a82490c70a
7 changed files with 128 additions and 75 deletions
|
|
@ -358,8 +358,6 @@ namespace MatterHackers.MatterControl.PrintLibrary.Provider
|
|||
// let the queue know that the item has changed so it load the correct part
|
||||
QueueData.Instance.SaveDefaultQueue();
|
||||
}
|
||||
|
||||
printItemWrapper.OnFileHasChanged();
|
||||
}
|
||||
|
||||
protected virtual void AddStlOrGcode(string loadedFileName, string displayName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue