make check off selections consistent between OI & STP format. Add 3 line over 3 line check off (check off [6] in menu)
change type of ‘CheckOffXtraLines’ from int to float
This commit is contained in:
parent
2bcd34b76d
commit
4505955230
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1400,8 +1400,8 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _CheckOffWidAdjust, "@CheckOffWidAdjust");
|
||||
}
|
||||
}
|
||||
private LazyLoad<int?> _CheckOffXtraLines;
|
||||
public int? CheckOffXtraLines
|
||||
private LazyLoad<float?> _CheckOffXtraLines;
|
||||
public float? CheckOffXtraLines
|
||||
{
|
||||
get
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user