Added logic to support the UnderlineAfterDashSpace flag
beefed up logic to better handle a Note/Caution off of a High Level Step and off of a High Level RNO (all on the same step)
This commit is contained in:
@@ -1918,7 +1918,10 @@ namespace Volian.Print.Library
|
||||
yoff += adj;
|
||||
if (MyTab != null) MyTab.YOffset = ChildrenRight[0].YOffset;
|
||||
if (PartsRight.Count > 0) PartsRight[0].YOffset = ChildrenRight[0].YOffset;
|
||||
YTopMost = ChildrenRight[0].ChildrenAbove[0].YOffset;
|
||||
if (ChildrenAbove.Count == 0)
|
||||
YTopMost = ChildrenRight[0].ChildrenAbove[0].YOffset;
|
||||
else
|
||||
YTopMost = ChildrenAbove[0].YOffset;
|
||||
}
|
||||
}
|
||||
// Need code to determine if the table will overlap the Right Column if it does then
|
||||
|
Reference in New Issue
Block a user