Made the file system provider able to navigate folders.

This commit is contained in:
Lars Brubaker 2015-06-15 12:12:18 -07:00
parent d2f1ba4b22
commit c38b4de0ba
11 changed files with 185 additions and 110 deletions

View file

@ -60,7 +60,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
private ConditionalClickWidget primaryClickContainer;
protected override SlideWidget getItemActionButtons()
protected override SlideWidget GetItemActionButtons()
{
SlideWidget buttonContainer = new SlideWidget();
buttonContainer.VAnchor = VAnchor.ParentBottomTop;