Made a library factory so we can add additional libraries at runtime.
Made the scroll bar for the library stay on screen. Made the item insertion go in the right place Refactoring
This commit is contained in:
parent
0626981766
commit
45e73c8396
10 changed files with 131 additions and 52 deletions
|
|
@ -99,11 +99,11 @@ namespace MatterHackers.MatterControl.PrintLibrary.Provider
|
|||
}
|
||||
}
|
||||
|
||||
public override string Key
|
||||
public override string ProviderTypeKey
|
||||
{
|
||||
get
|
||||
{
|
||||
return "LibraryProvider_" + key.ToString();
|
||||
return "LibraryProvider_" + key.ToString() + "_Key";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue