Pman.Gnumeric.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 13 Sep 2010 06:34:46 +0000 (14:34 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 13 Sep 2010 06:34:46 +0000 (14:34 +0800)
Pman.Gnumeric.js

index 07f3188..86aa9af 100644 (file)
@@ -518,6 +518,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
             this.copyCell({ r: src, c: c } , { r: dest, c: c});
             
         }
+        this.rmax = Math.max(this.rmax, dest +1);
         
     },