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:
Lars Brubaker 2015-09-04 09:55:40 -07:00
parent a98e29b22e
commit a82490c70a
7 changed files with 128 additions and 75 deletions

View file

@ -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)