This commit is contained in:
parent
f378f30546
commit
f6d32143ec
@ -305,6 +305,10 @@ namespace VEPROMS.CSLA.Library
|
||||
get { return _Prefix; }
|
||||
set { if(_Prefix==null)_Prefix = value; }
|
||||
}
|
||||
public void ResetPrefix(string str)
|
||||
{
|
||||
_Prefix = str;
|
||||
}
|
||||
public bool HasText
|
||||
{
|
||||
get
|
||||
@ -568,7 +572,7 @@ namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
tb.Remove(tb.Length - 15, 15); // remove "procedure steps"
|
||||
tb.Append("procedure Step");
|
||||
tb.Prefix = " ";
|
||||
tb.ResetPrefix(" "); // just setting = to a space wasn't resetting prefix.
|
||||
}
|
||||
tb.AppendPrefix();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user