This commit is contained in:
parent
71e87edd9d
commit
2bbcc27a75
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user