fix typo in shrink calculation.
This commit is contained in:
parent
8f6381ddf5
commit
09ec03058e
|
@ -2804,7 +2804,7 @@ Element.prototype._getShrinkBox = function(xi, xl, yi, yl, get) {
|
|||
if (this.screen.autoPadding) {
|
||||
// Maybe just do this no matter what.
|
||||
ret.xl += this.ileft;
|
||||
ret.xi += this.left;
|
||||
ret.xi += this.ileft;
|
||||
}
|
||||
}
|
||||
if (el.position.top == null && el.position.bottom != null) {
|
||||
|
|
Loading…
Reference in New Issue