Community
Participate
Working Groups
if (!inLayout && !PaneFolder.this.isDisposed()
&& viewForm!=null && contentProxy!=null) {
PaneFolder.this.aboutToResize();
PaneFolder.this.layout(false);
// RAP [if] TextSizeDetermination workaround - see bug 339334
// PaneFolder.this.layout(false);
PaneFolder.this.layout(true);
}
});