Fixed a bug with hiding hint text on edit widget

Working on rename
Fixed the blending on thumbnails.
Some experimental work with adding more base library providers (dynamic folder adds)
Test History and Queue providers
This commit is contained in:
Lars Brubaker 2015-07-27 19:03:54 -07:00
parent bf2484cdc3
commit 27677b44fd
14 changed files with 1008 additions and 53 deletions

View file

@ -224,7 +224,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
public abstract void Edit();
public abstract void Export();
public abstract void RemoveFromCollection();
protected abstract SlideWidget GetItemActionButtons();