full list item fix.

This commit is contained in:
Christopher Jeffrey 2013-06-01 06:43:09 -05:00
parent 210d956214
commit 4b61da17c9
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ Text.prototype.render = function() {
}
if (this.full) {
xl = xi + this.parent.width - (this.parent.border ? 2 : 0) - this.rleft;
xl = xi + this.parent.width - (this.parent.border ? 2 : 0) - this.rleft - this.rright;
}
//if (this.parent.childOffset) {