From: Alan Knowles Date: Mon, 13 Sep 2010 06:34:46 +0000 (+0800) Subject: Pman.Gnumeric.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=7f5a2a518eb278a1e9d43dca1d7372ff3dd7e4ba;p=Pman.Core Pman.Gnumeric.js --- diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 07f31880..86aa9aff 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -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); },