Revised code to assure setpoint ro's were underlined and non-setpoint ro's were not underlined during printing
Revised code to assure ro's in grids are not colored red during printing Added code to override Height property of vlnPrintObject class in vlnBox class Added code to utilize BoxLeftAdj property Removed blank lines and previous debug code Added code to assure spaces between note and caution boxes are added when separate box format flag is used Added code to implement %c token in continue message of Byron/Braidwood formats Added code to utilize BoxLeftAdj property Added code to correct underline termination issue involving reference objects and transitions Changed Height property to virtual to allow overriding in inherited classes
This commit is contained in:
@@ -97,7 +97,7 @@ namespace Volian.Print.Library
|
||||
set { _Width = value; }
|
||||
}
|
||||
protected float _Height;
|
||||
public float Height
|
||||
public virtual float Height
|
||||
{
|
||||
get
|
||||
{
|
||||
|
Reference in New Issue
Block a user