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.

Bug 77573

Summary: Poor tree expand/collapse icons with GTK L&F
Product: platform Reporter: _ rkubacki <rkubacki>
Component: Window SystemAssignee: _ rkubacki <rkubacki>
Status: RESOLVED FIXED    
Severity: blocker Keywords: GTK
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ rkubacki 2006-06-08 13:27:58 UTC
Due some problems with GTK L&F we are providing our own tree expanded/collapsed
icons and these are not painted properly.

The original problem is described in bug 42942

I guess we should not override default in core/plaf and better handle this case
in property sheet and do the tricks with custom icon only here.
Comment 1 _ rkubacki 2006-06-27 09:33:01 UTC
Checking in GtkLFCustoms.java;
/shared/data/ccvs/repository/core/swing/plaf/src/org/netbeans/swing/plaf/gtk/GtkLFCustoms.java,v
 <--  GtkLFCustoms.java
new revision: 1.14; previous revision: 1.13

http://openide.netbeans.org/source/browse/openide/explorer/src/org/openide/explorer/propertysheet/PropUtils.java?r1=1.9&r2=1.10