From 8933189515a7ab554eb2d32a44af890a17c1689f Mon Sep 17 00:00:00 2001 From: "G. Hentschke" Date: Mon, 5 May 2025 12:48:27 +0200 Subject: [PATCH] [#1155] replace duplicate image descriptor due to this platform change: Remove hover and duplicate image descriptors in org.eclipse.ui.debug (https://github.com/eclipse-platform/eclipse.platform/commit/be4a4aab487dd8b762da580d9af076fbd1ce2279) fixes #1155 --- .../eclipse/cdt/debug/ui/memory/floatingpoint/FPRendering.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/src/org/eclipse/cdt/debug/ui/memory/floatingpoint/FPRendering.java b/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/src/org/eclipse/cdt/debug/ui/memory/floatingpoint/FPRendering.java index 5ecdcb255f7..78233c23252 100644 --- a/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/src/org/eclipse/cdt/debug/ui/memory/floatingpoint/FPRendering.java +++ b/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/src/org/eclipse/cdt/debug/ui/memory/floatingpoint/FPRendering.java @@ -1198,7 +1198,7 @@ class CopyAction extends Action { setImageDescriptor( DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_ELCL_COPY_VIEW_TO_CLIPBOARD)); setHoverImageDescriptor( - DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_LCL_COPY_VIEW_TO_CLIPBOARD)); + DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_ELCL_COPY_VIEW_TO_CLIPBOARD)); setDisabledImageDescriptor( DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_DLCL_COPY_VIEW_TO_CLIPBOARD)); }