Commit 73a49d78 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #34475

parent 1896a54d
...@@ -2176,7 +2176,7 @@ ParaRun.prototype.Get_TextForDropCap = function(DropCapText, UseContentPos, Cont ...@@ -2176,7 +2176,7 @@ ParaRun.prototype.Get_TextForDropCap = function(DropCapText, UseContentPos, Cont
if ( true === DropCapText.Check ) if ( true === DropCapText.Check )
{ {
if ( para_Space === ItemType || para_Tab === ItemType || para_PageNum === ItemType || para_PageCount === ItemType || para_Drawing === ItemType ) if (para_Space === ItemType || para_Tab === ItemType || para_PageNum === ItemType || para_PageCount === ItemType || para_Drawing === ItemType || para_End === ItemType)
{ {
DropCapText.Mixed = true; DropCapText.Mixed = true;
return; return;
......
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