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:
2014-02-12 18:32:10 +00:00
parent d4e80da296
commit b904c19005
2 changed files with 56 additions and 6 deletions

View File

@@ -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