Added code to fix Bug B2015-095
This commit is contained in:
parent
59fbfdc082
commit
a9745c111a
@ -369,6 +369,8 @@ namespace Volian.Print.Library
|
||||
|
||||
private string GetTextPath(ItemInfo myItemInfo, StringBuilder sb, ref string indent)
|
||||
{
|
||||
if (myItemInfo == null)
|
||||
return sb.ToString();
|
||||
if (myItemInfo.IsHigh)
|
||||
{
|
||||
sb.Append(myItemInfo.DisplayText);
|
||||
|
Loading…
x
Reference in New Issue
Block a user