You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lazy load disabled icons in AbstractContributionItem
AbstractionContributionItems load their disabled icons even if the
icon's widget is not disabled. This unnecessarily occupies resources
that may never be used.
This change updates the implementation to lazily load or create the
disabled icon once the element is actually disabled for the first time.
Copy file name to clipboardExpand all lines: bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/AbstractContributionItem.java
0 commit comments