Monotone-Parent: 59c4b0746cb2313cef5fff230f8824a9d48a2ee1
Monotone-Revision: 070042ab40f01de7dd4a39f28e1a9a445232baf0

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-03-12T21:49:15
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2009-03-12 21:49:15 +00:00
parent 74bc491e8e
commit a7996034ed
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ var SOGoDragHandlesInterface = {
this.origY = this.offsetTop;
this.origUpper = this.upperBlock.offsetHeight;
var pointY = Event.pointerY(event);
if (pointY <= this.topMargin) this.delta = this.topMargin;
if (pointY < this.topMargin) this.delta = this.topMargin;
else this.delta = pointY - this.offsetTop - 5;
this.origLower = this.lowerBlock.offsetTop - 5;
document.body.setStyle({ cursor: "n-resize" });