roojs-core.js
[roojs1] / roojs-ui-debug.js
index 4cac4bc..dd88703 100644 (file)
@@ -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);
     },