mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-74546: Unreadable facets configuration tree
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user