Add DontResetIndentOnNewline (for BGE)
This commit is contained in:
parent
3dc4827fd4
commit
98dc16f69b
@ -2268,6 +2268,14 @@ namespace VEPROMS.CSLA.Library
|
|||||||
return LazyLoad(ref _AdjustRNOCautionNoteWidth, "@AdjustRNOCautionNoteWidth");
|
return LazyLoad(ref _AdjustRNOCautionNoteWidth, "@AdjustRNOCautionNoteWidth");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
private LazyLoad<bool> _DontResetIndentOnNewline;
|
||||||
|
public bool DontResetIndentOnNewline
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return LazyLoad(ref _DontResetIndentOnNewline, "@DontResetIndentOnNewline");
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
#region TextTypeValue
|
#region TextTypeValue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user