Skip to content

Commit c41db7c

Browse files
committed
add default image descriptor to fix missing icon on eclipse 4.18
1 parent a3090ab commit c41db7c

File tree

1 file changed

+1
-0
lines changed
  • eclipse-extensions/org.springframework.ide.eclipse.boot.dash/src/org/springframework/ide/eclipse/boot/dash/console

1 file changed

+1
-0
lines changed

eclipse-extensions/org.springframework.ide.eclipse.boot.dash/src/org/springframework/ide/eclipse/boot/dash/console/RemoveConsoleAction.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public class RemoveConsoleAction extends Action {
2626
public RemoveConsoleAction(IConsoleView consoleView, IConsoleManager consoleManager) {
2727
this.consoleView = consoleView;
2828
this.consoleManager = consoleManager;
29+
setImageDescriptor(DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_ELCL_REMOVE));
2930
setDisabledImageDescriptor(DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_DLCL_REMOVE));
3031
setHoverImageDescriptor(DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_ELCL_REMOVE));
3132
setEnabled(true);

0 commit comments

Comments
 (0)