IDEA-74546: Unreadable facets configuration tree

This commit is contained in:
nik
2011-09-21 13:25:33 +04:00
parent 765d227f4b
commit 1bc37a22b8
@@ -62,7 +62,7 @@ public class FacetsTreeCellRenderer extends GroupedElementsRenderer.Tree impleme
width = treeWidth;
}
}
final JComponent component = configureComponent(configurable.getDisplayName(), null, icon, icon, selected, showSeparator, null,
final JComponent component = configureComponent(node.getDisplayName(), null, icon, icon, selected, showSeparator, null,
width);
myTextLabel.setOpaque(true);
return component;