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 339334
Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/internal/presentations/PaneFolder.java (-1 / +3 lines)
Lines 287-293 Link Here
287
					if (!inLayout && !PaneFolder.this.isDisposed()
287
					if (!inLayout && !PaneFolder.this.isDisposed()
288
							&& viewForm!=null && contentProxy!=null) {
288
							&& viewForm!=null && contentProxy!=null) {
289
						PaneFolder.this.aboutToResize();
289
						PaneFolder.this.aboutToResize();
290
						PaneFolder.this.layout(false);
290
// RAP [if] TextSizeDetermination workaround - see bug 339334
291
//						PaneFolder.this.layout(false);
292
						PaneFolder.this.layout(true);
291
					}
293
					}
292
                }
294
                }
293
            });
295
            });

Return to bug 339334