mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Merge branch 'ypankratyev/devkit_new_service_action'
This commit is contained in:
@@ -459,9 +459,6 @@ abstract class ProjectLayoutPanel<T> extends JPanel {
|
||||
public Icon getIcon() {
|
||||
return getElementIcon(file);
|
||||
}
|
||||
public Color getColor() {
|
||||
return null;
|
||||
}
|
||||
});
|
||||
}
|
||||
myChooser.selectElements(ContainerUtil.createMaybeSingletonList(ContainerUtil.getFirstItem(files)));
|
||||
@@ -527,9 +524,5 @@ abstract class ProjectLayoutPanel<T> extends JPanel {
|
||||
public Icon getIcon() {
|
||||
return getElementIcon(myEntry);
|
||||
}
|
||||
|
||||
public Color getColor() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user