Debug location for ChangeBars

This commit is contained in:
Rich
2010-06-08 20:30:51 +00:00
parent b46ef2f538
commit 7e780cace3
2 changed files with 4 additions and 4 deletions

View File

@@ -156,7 +156,7 @@ namespace Volian.Print.Library
{
float yPageSize = yTopMargin - yBottomMargin;
float yWithinMargins = CalculateYLocation(yLocation, yTopMargin) - yBottomMargin;
if (MyItemInfo.ItemID == 941)
if (MyItemInfo.ItemID == 832)
Console.Write(",'Here'");
if (MyItemInfo.IsStepSection) return 0; // Don't Paginate on a Step Section
float mySize = YSize * MyPageHelper.YMultiplier;