full list item fix.
This commit is contained in:
parent
210d956214
commit
4b61da17c9
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue