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:
2014-08-22 20:20:06 +00:00
parent 310fb42c3c
commit 580ca5f63c
2 changed files with 15 additions and 0 deletions

View File

@@ -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;
}