roojs-core.js
[roojs1] / roojs-debug.js
index 6a0c2d2..df0c127 100644 (file)
@@ -49444,6 +49444,7 @@ Roo.extend(Roo.htmleditor.BlockTd, Roo.htmleditor.Block, {
         this.node.setAttribute('colspan', this.colspan);
 
         var table = this.toTableArray();
+        this.normalizeWidths(table);
         this.updateWidths(table);
     },