Skip to content

Commit

Permalink
add default image descriptor to fix missing icon on eclipse 4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlippert committed Dec 13, 2020
1 parent a3090ab commit c41db7c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public class RemoveConsoleAction extends Action {
public RemoveConsoleAction(IConsoleView consoleView, IConsoleManager consoleManager) {
this.consoleView = consoleView;
this.consoleManager = consoleManager;
setImageDescriptor(DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_ELCL_REMOVE));
setDisabledImageDescriptor(DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_DLCL_REMOVE));
setHoverImageDescriptor(DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_ELCL_REMOVE));
setEnabled(true);
Expand Down

0 comments on commit c41db7c

Please sign in to comment.