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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user