fixed the positioning of some checkoff lines next to substep tabs
This commit is contained in:
parent
4378749145
commit
7994cb1cf4
@ -1729,8 +1729,12 @@ namespace Volian.Print.Library
|
|||||||
// DocVersionInfo dvi = proc.ActiveParent as DocVersionInfo;
|
// DocVersionInfo dvi = proc.ActiveParent as DocVersionInfo;
|
||||||
DocVersionInfo dvi = proc.MyDocVersion;
|
DocVersionInfo dvi = proc.MyDocVersion;
|
||||||
ROFstInfo rofst = dvi.DocVersionAssociations[0].MyROFst;
|
ROFstInfo rofst = dvi.DocVersionAssociations[0].MyROFst;
|
||||||
|
rofst.docVer = dvi;
|
||||||
|
ROFSTLookup lookup = rofst.ROFSTLookup;
|
||||||
|
/** Jim's changes
|
||||||
//rofst.docVer = dvi;
|
//rofst.docVer = dvi;
|
||||||
ROFSTLookup lookup = rofst.GetROFSTLookup(dvi);
|
ROFSTLookup lookup = rofst.GetROFSTLookup(dvi);
|
||||||
|
***/
|
||||||
string linkInfoText = itemInfo.MyContent.Text.Replace(@"\v ", "");
|
string linkInfoText = itemInfo.MyContent.Text.Replace(@"\v ", "");
|
||||||
Match m = Regex.Match(linkInfoText, @"(.*)[#]Link:([A-Za-z]*):(.*)");
|
Match m = Regex.Match(linkInfoText, @"(.*)[#]Link:([A-Za-z]*):(.*)");
|
||||||
if (m.Groups.Count < 4)
|
if (m.Groups.Count < 4)
|
||||||
@ -1915,6 +1919,7 @@ namespace Volian.Print.Library
|
|||||||
{
|
{
|
||||||
YOffset = ChildrenRight[0].YOffset;
|
YOffset = ChildrenRight[0].YOffset;
|
||||||
if (MyTab != null) MyTab.YOffset = ChildrenRight[0].YOffset;
|
if (MyTab != null) MyTab.YOffset = ChildrenRight[0].YOffset;
|
||||||
|
if (PartsRight.Count > 0) PartsRight[0].YOffset = ChildrenRight[0].YOffset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Need code to determine if the table will overlap the Right Column if it does then
|
// Need code to determine if the table will overlap the Right Column if it does then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user