mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
![]() In Bug 531915 the code was rewritten to use imageDescriptorFromBundle, which lead to url being null all the time. This meant only the last loaded image was being disposed properly. There fix to Bug 531915 had another side effect - it changed the caching of icons from the Image to the ImageDescriptor. As it has been ~4 years without the image being cached, I suppose it is ok to leave it not cached and instead I store the images to be disposed of in a list. Change-Id: Id3427ebfc8720da52132bd8f11714bba1e2cd0bf |
||
---|---|---|
.. | ||
org.eclipse.cdt.core | ||
org.eclipse.cdt.core.linux | ||
org.eclipse.cdt.core.linux.aarch64 | ||
org.eclipse.cdt.core.linux.ppc64le | ||
org.eclipse.cdt.core.linux.x86_64 | ||
org.eclipse.cdt.core.macosx | ||
org.eclipse.cdt.core.native | ||
org.eclipse.cdt.core.tests | ||
org.eclipse.cdt.core.win32 | ||
org.eclipse.cdt.core.win32.x86_64 | ||
org.eclipse.cdt.ui | ||
org.eclipse.cdt.ui.tests | ||
pom.xml |