Pman.Gnumeric.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 17 Nov 2010 06:16:03 +0000 (14:16 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 17 Nov 2010 06:16:03 +0000 (14:16 +0800)
Pman.Gnumeric.js

index 48060bb..53cc1a0 100644 (file)
@@ -814,7 +814,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
                 
                 // skip blank cells
                 // set the style first..
-                this.parseHtmlStyle( cols[col], row + yoff, realcol + xoff   , colspan, rowspan);
+                this.parseHtmlStyle( cols[col], row + yoff + 1, realcol + xoff   , colspan, rowspan);
                 
                 if (!cols[col].childNodes.length) {