Fixed logic to determine the height of the continue message.
This commit is contained in:
parent
ce70e4aad1
commit
5a21d906c1
@ -1105,6 +1105,7 @@ namespace Volian.Print.Library
|
||||
{
|
||||
int profileDepth = ProfileTimer.Push(">>>> vlnPrintObject.ContinueHeight");
|
||||
if (_ContinueHeight == 0
|
||||
&& MyItemInfo.MyDocStyle.Continue.Top.Message != null
|
||||
&& MyItemInfo.MyDocStyle.Continue.Top.Message.Contains("%s")
|
||||
&& MyItemInfo.MyDocStyle.Continue.Top.Message.ToUpper().EndsWith(" (Continued)".ToUpper()))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user