Commit 3e256d4d authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 34569

parent 70f801d8
......@@ -654,7 +654,7 @@
if (-1 !== b)
l.tw += self._calcLineWidth(b, e);
l.beg = b;
l.end = e;
l.end = e < b ? b : e;
self.lines.push(l);
if (TW < l.tw) {TW = l.tw;}
BL = TH + l.bl;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment