This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 61402
Collapse All | Expand All

(-)openide/awt/src/org/openide/awt/HtmlLabelUI.java (-8 lines)
Lines 399-412 Link Here
399
            return getUnfocusedSelectionBackground();
399
            return getUnfocusedSelectionBackground();
400
        }
400
        }
401
401
402
        if (GTK) {
403
            //GTK does its own thing, we'll only screw it up by painting 
404
            //the background ourselves
405
            //XXX - Tim - Why was this line commented out?  It mangles painting
406
            //on GTK L&F.
407
            return null;
408
        }
409
410
        Color result = null;
402
        Color result = null;
411
403
412
        if (r.isSelected()) {
404
        if (r.isSelected()) {

Return to bug 61402