diff --git a/news/4.41/platform_isv.md b/news/4.41/platform_isv.md index 3c919c5b..7afea821 100644 --- a/news/4.41/platform_isv.md +++ b/news/4.41/platform_isv.md @@ -2,10 +2,19 @@ A special thanks to everyone who [contributed to Eclipse-Platform](acknowledgements.md#eclipse-platform) or [contributed to Equinox](acknowledgements.md#equinox) in this release! - + +### Shared Disabled Image Descriptor on `ImageDescriptor` + +
+Contributors + +- [Heiko Klare](https://github.com/HeikoKlare) +
+ +`ImageDescriptor` now provides `asDisabledDescriptor()`, which returns a lazily created, shared `ImageDescriptor` for the disabled version of the image. +This allows you to use a single descriptor with a `ResourceManager` to share both the original and disabled images, instead of managing two independent descriptors.