Corrected code to use ActiveParent rather than MyParent
This commit is contained in:
		@@ -134,9 +134,8 @@ namespace Volian.Controls.Library
 | 
			
		||||
			if (fromtype == 0)
 | 
			
		||||
			{
 | 
			
		||||
				StepItem hlsStepItem = _MyStepItem;
 | 
			
		||||
 | 
			
		||||
				while (!hlsStepItem.MyItemInfo.IsHigh)
 | 
			
		||||
					hlsStepItem = hlsStepItem.MyParentStepItem;
 | 
			
		||||
					hlsStepItem = hlsStepItem.ActiveParent;
 | 
			
		||||
				hlsStepItem.AddSiblingAfter(); // (contenttype);
 | 
			
		||||
			}
 | 
			
		||||
			else
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user