This commit is contained in:
@@ -92,7 +92,7 @@ namespace Volian.Print.Library
|
||||
_MyParent = parent;
|
||||
_Messages = new SortedDictionary<float, vlnChangeBarMessage>();
|
||||
// if there is an RNO separator, add the separator's height in too.
|
||||
_Height = parent.Height * MyPageHelper.YMultiplier;
|
||||
_Height = parent.Height * MyPageHelper.YMultiplier + (parent.MyItemInfo.IsFigure?SixLinesPerInch:0);
|
||||
foreach (vlnPrintObject vpo in parent.PartsBelow)
|
||||
{
|
||||
if (vpo is vlnRNOSeparator) _YExtendLine = (vpo.Height + vpo.YOffset - (parent.Height + parent.YOffset)) * MyPageHelper.YMultiplier;
|
||||
|
Reference in New Issue
Block a user