B2019-037 added logic to replace ~ and # characters with superscript and subscript commands
This commit is contained in:
@@ -607,7 +607,7 @@ namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
foreach (ItemInfo ii in roUsg.MyContent.ContentItems)
|
||||
{
|
||||
string val = newLU.GetTranslatedRoValue(padroid, ii.ActiveFormat.PlantFormat.FormatData.SectData.ConvertCaretToDelta);
|
||||
string val = newLU.GetTranslatedRoValue(padroid, ii.ActiveFormat.PlantFormat.FormatData.SectData.ConvertCaretToDelta, ii.ActiveFormat.PlantFormat.FormatData.SectData.UseTildaPoundCharsForSuperSubScriptInROValues);
|
||||
content.FixContentText(roUsg, val, roch.type, origROFstInfo, true);
|
||||
if (content.IsDirty)
|
||||
{
|
||||
|
Reference in New Issue
Block a user