Commit ea2adfaa authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug with calculating of the bounding path around the inline-level content control.

parent 37a3900a
...@@ -182,6 +182,9 @@ CInlineLevelSdt.prototype.Shift_Range = function(Dx, Dy, _CurLine, _CurRange) ...@@ -182,6 +182,9 @@ CInlineLevelSdt.prototype.Shift_Range = function(Dx, Dy, _CurLine, _CurRange)
oRangeBounds.X += Dx; oRangeBounds.X += Dx;
oRangeBounds.Y += Dy; oRangeBounds.Y += Dy;
} }
if (this.BoundsPaths)
this.BoundsPaths = null;
}; };
CInlineLevelSdt.prototype.Get_WordStartPos = function(SearchPos, ContentPos, Depth, UseContentPos) CInlineLevelSdt.prototype.Get_WordStartPos = function(SearchPos, ContentPos, Depth, UseContentPos)
{ {
......
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