This commit is contained in:
Kathy Ruffing 2013-05-03 12:22:23 +00:00
parent 71e87edd9d
commit 2bbcc27a75

View File

@ -1097,7 +1097,7 @@ namespace Volian.Print.Library
myBullet.Rtf = myBullet.Rtf.Replace("\u25CF", @"\f1\u9679?\f0 "); myBullet.Rtf = myBullet.Rtf.Replace("\u25CF", @"\f1\u9679?\f0 ");
PartsLeft.Add(myBullet); PartsLeft.Add(myBullet);
} }
if (itemInfo.MyTab.AsteriskOffset != 0) if (itemInfo.MyTab != null && itemInfo.MyTab.AsteriskOffset != 0)
{ {
// the '-24' in x-direction & '+4' in y-direction was used for the SHE format to get the continuous // the '-24' in x-direction & '+4' in y-direction was used for the SHE format to get the continuous