B2020-012: Location of centered table in editor is not correct
This commit is contained in:
		@@ -3728,6 +3728,8 @@ namespace Volian.Controls.Library
 | 
				
			|||||||
				EditItem high = MyStepPanel._LookupEditItems[itemInfo.MyHLS.ItemID];
 | 
									EditItem high = MyStepPanel._LookupEditItems[itemInfo.MyHLS.ItemID];
 | 
				
			||||||
				ContentLocation = new Point(high.ContentLeft + high.Width + 36, (int)_MyParentEditItem.Top + SupInfoTopOffset);
 | 
									ContentLocation = new Point(high.ContentLeft + high.Width + 36, (int)_MyParentEditItem.Top + SupInfoTopOffset);
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
								// B2020-012:  table location for sibling table is not correct, and possible first table.
 | 
				
			||||||
 | 
								if (itemInfo.IsTable) ItemLocation = TableLocation(MyStepSectionLayoutData, this.Width);
 | 
				
			||||||
			//// TIMING: DisplayItem.TimeIt("CSLARTB SetText");
 | 
								//// TIMING: DisplayItem.TimeIt("CSLARTB SetText");
 | 
				
			||||||
			if (itemInfo != null)
 | 
								if (itemInfo != null)
 | 
				
			||||||
			{
 | 
								{
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user