From 2083a758d56851de19430d07626534ff630893a8 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 15 Apr 2019 11:36:38 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 1a130d1a..7f7d3c7d 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1188,17 +1188,17 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { // step 1 - work out how many columns it will span.. // lets hope the spreadsheet is big enought.. - var colwidth = 0; - var endcol=col; - for ( endcol=col;endcol <100; endcol++) { - if (!this.colInfo[endcol]) { - this.colInfo[endcol] = 100; // eak fudge - } - colwidth += this.colInfo[endcol]; - if (colwidth > width) { - break; - } - } +// var colwidth = 0; +// var endcol=col; +// for ( endcol=col;endcol <100; endcol++) { +// if (!this.colInfo[endcol]) { +// this.colInfo[endcol] = 100; // eak fudge +// } +// colwidth += this.colInfo[endcol]; +// if (colwidth > width) { +// break; +// } +// } soi.setAttribute('ObjectBound', //gnumeric_colRowToName(row,col) + ':' + gnumeric_colRowToName(row+1,col+1)); -- 2.39.2