Allow for continuous change bars with message at top, when flag is changeid

This commit is contained in:
2014-08-19 12:40:18 +00:00
parent 3d2757f094
commit b52a05af12
3 changed files with 11 additions and 4 deletions

View File

@@ -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))
{