This commit is contained in:
parent
385a06ffae
commit
d74660c1c2
@ -464,7 +464,9 @@ namespace Volian.Print.Library
|
||||
if ( section.NextItemCount > 0)
|
||||
{
|
||||
SectionInfo tmpii = SectionInfo.Get(section.NextItem.ItemID);
|
||||
if (!section.IsAccPages)
|
||||
// if this section & the next section are not accessory pages, see if there is continuous pagination,
|
||||
// i.e. no page break between them.
|
||||
if (section.IsStepSection && tmpii.IsStepSection)
|
||||
{
|
||||
SectionConfig sc = tmpii.SectionConfig;
|
||||
try
|
||||
|
Loading…
x
Reference in New Issue
Block a user