Migrate Theme support to Agg.UI

This commit is contained in:
John Lewin 2016-04-29 07:45:15 -07:00
parent 77d3df1d01
commit e5a63b052e
41 changed files with 155 additions and 473 deletions

View file

@ -119,7 +119,7 @@ namespace MatterHackers.MatterControl.CustomWidgets.LibrarySelector
this.AddChild(separator);
Button searchResultsButton = null;
if (ActiveTheme.Instance.IsTouchScreen)
if (UserSettings.Instance.IsTouchScreen)
{
searchResultsButton = navigationButtonFactory.Generate("Search Results".Localize(), "icon_search_32x32.png");
}