B2024-073 Correct Object Reference Error that can occur in debug mode when utilizing Edit item from the Debug toolbar at the bottom of the application. Note - this bug is only in Debug Mode / Is not customer facing. #409
@@ -285,7 +285,7 @@ namespace Volian.Controls.Library
 | 
			
		||||
		}
 | 
			
		||||
		public EditItem ActiveParent
 | 
			
		||||
		{
 | 
			
		||||
			get { return _MyParentEditItem != null ? _MyParentEditItem : _MyPreviousEditItem.ActiveParent; }
 | 
			
		||||
			get { return _MyParentEditItem != null ? _MyParentEditItem : _MyPreviousEditItem?.ActiveParent; }
 | 
			
		||||
		}
 | 
			
		||||
		/// <summary>
 | 
			
		||||
		/// Return the Parent EditItem
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user