autodesk-inventor-powertools icon indicating copy to clipboard operation
autodesk-inventor-powertools copied to clipboard

Adapt ButtonBase so that inheriting classes can define the path to icons

Open stevenvolckaert opened this issue 9 years ago • 0 comments

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 ButtonBase so that inheriting classes can define the path to the standard and large icons;
  • [ ] Implement a fallback-mechanism that uses the file name convention.

stevenvolckaert avatar Oct 08 '16 17:10 stevenvolckaert