Fixed logic for Calvert Alarm Condition/Response steps

Commented-out debug output
Added logic to keep text from being very bold when it starts with a bullet
Changed continue logic so that "(Continue)" does not overlap with the step tab.
This commit is contained in:
Rich
2014-08-22 13:42:53 +00:00
parent ba4f16b7e1
commit 9393fc01d4
3 changed files with 55 additions and 12 deletions

View File

@@ -117,7 +117,7 @@ namespace Volian.Print.Library
if (PdfDebug)
{
int next = NextTextAtCounter;
if (InList(next,258,259)) Console.WriteLine("here");
//if (InList(next,2331,2332)) Console.WriteLine("here");
string dbt = string.Format("[{0}]{1}", next, debugText ?? "");
DrawPdfDebug(cb, left, top, left + width, myColumnText.YLine, dbt, yDescent);
}