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

index 26ff9be..789f45d 100644 (file)
@@ -1289,6 +1289,7 @@ 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;
         
         return true;
     },