Index: MetalLFCustoms.java =================================================================== RCS file: /cvs/core/swing/plaf/src/org/netbeans/swing/plaf/metal/MetalLFCustoms.java,v retrieving revision 1.5 diff -u -r1.5 MetalLFCustoms.java --- MetalLFCustoms.java 29 Jul 2004 00:01:51 -0000 1.5 +++ MetalLFCustoms.java 20 Sep 2004 10:50:17 -0000 @@ -79,6 +79,9 @@ VIEW_TAB_OUTER_BORDER, outerBorder, EXPLORER_MINISTATUSBAR_BORDER, BorderFactory.createMatteBorder(1, 0, 0, 0, UIManager.getColor("controlShadow")), + + //#48951 invisible unfocused selection background in Metal L&F + "nb.explorer.unfocusedSelBg", UIManager.getColor("controlShadow"), }; //NOI18N return result;