autodesk-inventor-powertools
autodesk-inventor-powertools copied to clipboard
Adapt ButtonBase so that inheriting classes can define the path to icons
Currently, the StevenVolckaert.InventorPowerTools.Buttons.ButtonBase abstract base class selects icons by file name convention. The same icon is used for both the standard and large button icons; it's currently not possible to specify another icon to be used for e.g. the large button icon.
- [ ] Adapt
ButtonBaseso that inheriting classes can define the path to the standard and large icons; - [ ] Implement a fallback-mechanism that uses the file name convention.