Improved save as dialog
This commit is contained in:
parent
8713c8656e
commit
284cbce471
4 changed files with 72 additions and 11 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue