Commit c8dde242 authored by Ilya Kirillov's avatar Ilya Kirillov

Fix bug #32749 Fixed bug with calculating horizontal position of the paragraph...

Fix bug #32749 Fixed bug with calculating horizontal position of the paragraph for the second page inside a table.
parent 500eeef5
...@@ -2198,7 +2198,7 @@ CTable.prototype = ...@@ -2198,7 +2198,7 @@ CTable.prototype =
} }
} }
Pos.X += this.Get_TableOffsetCorrection(); Pos.X = this.Pages[CurPage].X;
Y += MaxTopBorder; Y += MaxTopBorder;
......
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