roojs-core.js
[roojs1] / roojs-debug.js
index c6921c0..1d492ab 100644 (file)
@@ -49443,6 +49443,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);
     },