Got rid of invert icons

This commit is contained in:
Lars Brubaker 2021-05-21 15:23:25 -07:00
parent 005efad10a
commit fe406720f2
68 changed files with 186 additions and 148 deletions

View file

@ -43,6 +43,7 @@ namespace MatterHackers.MatterControl.DesignTools
using CustomWidgets;
using DataConverters3D;
using MatterHackers.Agg.Platform;
using MatterHackers.ImageProcessing;
using MatterHackers.MatterControl.DataStorage;
public class ImageEditor : IObject3DEditor
@ -78,7 +79,7 @@ namespace MatterHackers.MatterControl.DesignTools
VAnchor = VAnchor.Center
};
searchRow.AddChild(searchField);
var searchButton = new IconButton(StaticData.Instance.LoadIcon("icon_search_24x24.png", 16, 16, theme.InvertIcons), theme)
var searchButton = new IconButton(StaticData.Instance.LoadIcon("icon_search_24x24.png", 16, 16).SetToColor(theme.TextColor), theme)
{
ToolTipText = "Search".Localize(),
};