Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 165442 Details for
Bug 309346
[TreeViewer] Child nodes in virtual tree don't show labels upon parent node expansion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Proposed patch
Bug-309346.patch (text/plain), 748 bytes, created by
Ivan Furnadjiev
on 2010-04-20 10:35:24 EDT
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2010-04-20 10:35:24 EDT
Size:
748 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt >Index: src/org/eclipse/swt/widgets/TreeItem.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt/src/org/eclipse/swt/widgets/TreeItem.java,v >retrieving revision 1.52 >diff -u -r1.52 TreeItem.java >--- src/org/eclipse/swt/widgets/TreeItem.java 24 Feb 2010 13:58:28 -0000 1.52 >+++ src/org/eclipse/swt/widgets/TreeItem.java 20 Apr 2010 14:32:59 -0000 >@@ -1120,7 +1120,9 @@ > if( parent.getColumnCount() == 0 ) { > parent.updateScrollBars(); > } >- // if((parent.style & SWT.VIRTUAL) != 0) cached = true; >+ if( ( parent.style & SWT.VIRTUAL) != 0 ) { >+ cached = true; >+ } > } > > /**
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 309346
:
164991
| 165442