Index: openide/awt/src/org/openide/awt/HtmlLabelUI.java =================================================================== RCS file: /cvs/openide/awt/src/org/openide/awt/HtmlLabelUI.java,v retrieving revision 1.7 diff -u -r1.7 HtmlLabelUI.java --- openide/awt/src/org/openide/awt/HtmlLabelUI.java 29 Sep 2005 16:31:17 -0000 1.7 +++ openide/awt/src/org/openide/awt/HtmlLabelUI.java 31 Oct 2005 08:51:39 -0000 @@ -399,14 +399,6 @@ return getUnfocusedSelectionBackground(); } - if (GTK) { - //GTK does its own thing, we'll only screw it up by painting - //the background ourselves - //XXX - Tim - Why was this line commented out? It mangles painting - //on GTK L&F. - return null; - } - Color result = null; if (r.isSelected()) {