X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-ui-debug.js;h=dd88703348e2282fab61befd825286886c79a11d;hb=45ed17afcff97d9cf11c38a406e33f80cff45012;hp=4cac4bc19d542dcd5917ee96cd37ecea6ae7d826;hpb=19eca26f36c7907e66054a7efe30631bca1adbbe;p=roojs1 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); },