Removed logic added to use fixed underlined bullets in Notes/Cautions for Robinson. Newer logic from a previous update fixes that. This logic Caused issues in other plants.

This commit is contained in:
John Jenko 2014-02-13 22:15:18 +00:00
parent 1f74af6c0e
commit 27c80cde33

View File

@ -234,9 +234,6 @@ namespace Volian.Print.Library
}
}
}
if (SeparateBullet)
Rtf = GetRtf(origTab, myparent.MyItemInfo.FormatStepData.TabData.Bullet.Font);
else
Rtf = GetRtf(origTab, vFont);
Rtf = Rtf.Replace("\u0394", @"\f1\u916?\f0 "); // delta 0x0394
if (ScriptCaution)