Add support for themed scene operation icons
- Issue MatterHackers/MCCentral#5501 Pinch/curve/fit icons use theme.InvertIcons
This commit is contained in:
parent
c0b7f39fd5
commit
8ef1102e87
8 changed files with 51 additions and 53 deletions
|
|
@ -92,7 +92,7 @@ namespace MatterHackers.MatterControl.Plugins.Lithophane
|
|||
},
|
||||
IsEnabled = (sceneItem) => true,
|
||||
IsVisible = (sceneItem) => true,
|
||||
IconCollector = (theme) => AggContext.StaticData.LoadIcon("lithophane.png", 16, 16, theme.InvertIcons)
|
||||
IconCollector = (invertIcon) => AggContext.StaticData.LoadIcon("lithophane.png", 16, 16, invertIcon)
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue