X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-ui-debug.js;h=dd88703348e2282fab61befd825286886c79a11d;hp=4cac4bc19d542dcd5917ee96cd37ecea6ae7d826;hb=45ed17afcff97d9cf11c38a406e33f80cff45012;hpb=bb2aeafe79747ed58a773fa9dc306b8513688288 diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index 4cac4bc19d..dd88703348 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -24951,6 +24951,7 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, { this.colspan += rc.colspan; this.node.setAttribute('colspan', this.colspan); + var table = this.toTableArray(); this.updateWidths(table); },