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