Improved save as dialog

This commit is contained in:
LarsBrubaker 2020-10-24 09:04:06 -07:00
parent 8713c8656e
commit 284cbce471
4 changed files with 72 additions and 11 deletions

View file

@ -820,7 +820,10 @@ namespace MatterHackers.MatterControl
() => "History".Localize(),
AggContext.StaticData.LoadIcon(Path.Combine("Library", "folder.png")),
AggContext.StaticData.LoadIcon(Path.Combine("Library", "history_icon.png")),
() => new RootHistoryContainer()));
() => new RootHistoryContainer())
{
IsReadOnly = true
});
// Create a new library context for the SaveAs view
this.LibraryTabContext = new LibraryConfig()