Simplify property name
This commit is contained in:
parent
645f20e8ee
commit
5635c7678c
2 changed files with 3 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue