Simplify property name

This commit is contained in:
John Lewin 2018-10-22 08:46:15 -07:00
parent 645f20e8ee
commit 5635c7678c
2 changed files with 3 additions and 3 deletions

View file

@ -148,7 +148,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
Margin = theme.DefaultContainerPadding
});
if (AppContext.ThemeSet.ThemeName == themeset.ThemeName)
if (AppContext.ThemeSet.Name == themeset.Name)
{
var imageBuffer = new ImageBuffer(35, 35);
var graphics = imageBuffer.NewGraphics2D();