mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
always use getIcon instead of findIcon
This commit is contained in:
@@ -465,7 +465,7 @@ public class OverrideImplementUtil {
|
||||
super.fillToolbarActions(group);
|
||||
if (toImplement) return;
|
||||
|
||||
final ToggleAction mergeAction = new ToggleAction("Show methods to implement", "Show methods to implement", IconLoader.findIcon("/general/show_to_implement.png")) {
|
||||
final ToggleAction mergeAction = new ToggleAction("Show methods to implement", "Show methods to implement", IconLoader.getIcon("/general/show_to_implement.png")) {
|
||||
@Override
|
||||
public boolean isSelected(AnActionEvent e) {
|
||||
return merge.get().booleanValue();
|
||||
|
||||
Reference in New Issue
Block a user