From 92e3095ba689990c9b27a4d92a6ddca14a054819 Mon Sep 17 00:00:00 2001 From: Heiko Klare Date: Wed, 17 Jun 2026 16:33:55 +0200 Subject: [PATCH] Add N&N for disabled image descriptor API N&N for https://github.com/eclipse-platform/eclipse.platform.ui/pull/4094 --- news/4.41/platform_isv.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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.