Pman.Gnumeric.js
authorEdward <edward@roojs.com>
Thu, 11 Apr 2019 06:28:20 +0000 (14:28 +0800)
committerEdward <edward@roojs.com>
Thu, 11 Apr 2019 06:28:20 +0000 (14:28 +0800)
Pman.Gnumeric.js

index 789f45d..15c18d1 100644 (file)
@@ -1290,6 +1290,8 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
         this.grid[startRow][startCol].value=  data;
         this.grid[startRow][startCol].valueFormat = 'image';
         this.grid[startRow][startCol].imageType = type;
+        this.grid[startRow][startCol].width = width;
+        this.grid[startRow][startCol].height = height;
         
         return true;
     },