Don’t turn off Bold or Underline during Replace Words if entire text is manually Bold and/or Underlined
Fix the RNO continue message so that it does not use a bullet character when building the tab for the continue message
This commit is contained in:
@@ -1365,6 +1365,7 @@ namespace Volian.Print.Library
|
||||
while (useParaForTab.MyItemInfo.IsInRNO)
|
||||
{
|
||||
concatrnoTab = (useParaForTab.MyTab != null ? useParaForTab.MyTab.Text.TrimEnd() : "") + concatrnoTab.Trim();
|
||||
if (concatrnoTab.Length > 0 && concatrnoTab[0] > '\xff') concatrnoTab = "";
|
||||
useRnoParaForTab = useParaForTab;
|
||||
useParaForTab = useParaForTab.MyParent;
|
||||
}
|
||||
|
Reference in New Issue
Block a user