From 27c80cde3364c75fda3be86bd1b06dd1bfb0845b Mon Sep 17 00:00:00 2001 From: John Date: Thu, 13 Feb 2014 22:15:18 +0000 Subject: [PATCH] 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. --- PROMS/Volian.Print.Library/vlnTab.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/PROMS/Volian.Print.Library/vlnTab.cs b/PROMS/Volian.Print.Library/vlnTab.cs index 9b2c02ce..01061228 100644 --- a/PROMS/Volian.Print.Library/vlnTab.cs +++ b/PROMS/Volian.Print.Library/vlnTab.cs @@ -234,10 +234,7 @@ namespace Volian.Print.Library } } } - if (SeparateBullet) - Rtf = GetRtf(origTab, myparent.MyItemInfo.FormatStepData.TabData.Bullet.Font); - else - Rtf = GetRtf(origTab, vFont); + Rtf = GetRtf(origTab, vFont); Rtf = Rtf.Replace("\u0394", @"\f1\u916?\f0 "); // delta 0x0394 if (ScriptCaution) {