Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 80128
Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/presentations/WorkbenchPresentationFactory.java (-1 / +2 lines)
Lines 7-12 Link Here
7
 *
7
 *
8
 * Contributors:
8
 * Contributors:
9
 *     IBM Corporation - initial API and implementation
9
 *     IBM Corporation - initial API and implementation
10
 *     Trevor Kaufman (endante@gmail.com) - Bug 80128
10
 *******************************************************************************/
11
 *******************************************************************************/
11
12
12
package org.eclipse.ui.presentations;
13
package org.eclipse.ui.presentations;
Lines 114-120 Link Here
114
115
115
		PresentablePartFolder partFolder = new PresentablePartFolder(folder);
116
		PresentablePartFolder partFolder = new PresentablePartFolder(folder);
116
117
117
		folder.setUnselectedCloseVisible(false);
118
		folder.setUnselectedCloseVisible(true);
118
		folder.setUnselectedImageVisible(true);
119
		folder.setUnselectedImageVisible(true);
119
120
120
		TabbedStackPresentation result = new TabbedStackPresentation(site,
121
		TabbedStackPresentation result = new TabbedStackPresentation(site,

Return to bug 80128