Pman.Gnumeric.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 17 Nov 2010 07:10:01 +0000 (15:10 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 17 Nov 2010 07:10:01 +0000 (15:10 +0800)
Pman.Gnumeric.js

index 1c3a923..7e06474 100644 (file)
@@ -1206,8 +1206,8 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
         
         // this doesnt handle row ranges very well.. - with 'count in them..'
         
-        if (this.rowInfoEl[r]) {
-            this.rowInfoEl[r].setAttribute('Unit', height);
+        if (this.rowInfoDom[r]) {
+            this.rowInfoDom[r].setAttribute('Unit', height);
             return;
         }
     
@@ -1220,7 +1220,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
         ri.setAttribute('MarginB', 0);
         ri.setAttribute('HardSize', 1);
         rows.appendChild(ri);
-        this.rowInfoEl[r] = ri;
+        this.rowInfoDom[r] = ri;
     },
      
     /**