Allow for continuous change bars with message at top, when flag is changeid
This commit is contained in:
@@ -709,7 +709,8 @@ namespace Volian.Print.Library
|
||||
|
||||
// continuous case, if changes bars overlap, adjust size and don't add new one to
|
||||
// the MyChangeBars list.
|
||||
if (MySection.ActiveFormat.PlantFormat.FormatData.ProcData.ChangeBarData.ContinuousChangeBars)
|
||||
if (MySection.ActiveFormat.PlantFormat.FormatData.ProcData.ChangeBarData.ContinuousChangeBars ||
|
||||
MySection.ActiveFormat.PlantFormat.FormatData.ProcData.ChangeBarData.ChangeIds)
|
||||
{
|
||||
if (OverlapOrSpan(cb, vcb))
|
||||
{
|
||||
|
Reference in New Issue
Block a user