From 018d2da404bee7690651f6ba5683a646a3434046 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 27 Mar 2019 16:34:35 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index c75417b8..1ebd463b 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -833,18 +833,10 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { this.setRowHeight( row + yoff +1, Roo.get(rows[row]).getHeight()); } - var cols = rows[row].getElementsByTagName('td'); - for(var col=0;col < cols.length; col++) { - if (rows[row].getAttribute('xls:width')) { - this.setColumnWidth(col, 1 * rows[row].getAttribute('xls:width')); - console.log('setting column width!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'); - } - - var colspan = cols[col].getAttribute('colspan'); colspan = colspan ? colspan *1 : 1; -- 2.39.2