Fixed V.C. Summer End Message B2016-145
This commit is contained in:
parent
09214acd75
commit
351352b76f
@ -119,6 +119,8 @@ namespace Volian.Print.Library
|
||||
// this asssures that the blank line will be printed
|
||||
if (myRtf.Contains(@"\line \line "))
|
||||
myRtf= myRtf.Replace(@"\line \line ", @"\line \u160? \line ");
|
||||
if (myRtf.Contains(@"\pard\line ")) // Bug fix: B2016-145 for VC.Summer End Message
|
||||
myRtf = myRtf.Replace(@"\pard\line ", @"\par ");
|
||||
_IParagraph = RtfToParagraph(myRtf, HasIndent);
|
||||
ProfileTimer.Pop(profileDepth);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user