harley.333
20 May 2010, 11:25 PM
The following change makes it work.
doLayout: function(shallow, force) {
if (this.rendered) {
var innerCt = this.innerCt;
innerCt.forceLayout = !!this.ownerCt && this.ownerCt.forceLayout;
innerCt.doLayout(shallow, force);
}
},
doLayout: function(shallow, force) {
if (this.rendered) {
var innerCt = this.innerCt;
innerCt.forceLayout = !!this.ownerCt && this.ownerCt.forceLayout;
innerCt.doLayout(shallow, force);
}
},