From fc21324e3abae4f4bc7e5a1a64c848b14c8a017c Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 15 Apr 2019 12:09:01 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 2cfa9d68..a61106a5 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1133,15 +1133,13 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { * @param {Number} width image height * */ - writeImageOld : function (row, col, data, width, height, type) + writeImageOld : function (row, col, data, width, height, type, size) { if (!data) { throw "write Image called with missing data"; } - // our default height width is 50/50 ?! - //console.log('w='+width+',height='+height); - // + row*=1; col*=1; height*=1; -- 2.39.2