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 - Poor tree expand/collapse icons with GTK L&F
Summary: Poor tree expand/collapse icons with GTK L&F
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords: GTK
Depends on:
Blocks:
 
Reported: 2006-06-08 13:27 UTC by _ rkubacki
Modified: 2008-12-22 15:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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