B2020-012: Location of centered table in editor is not correct

This commit is contained in:
Kathy Ruffing 2020-08-07 15:05:33 +00:00
parent 45894e48a2
commit 5c4cedf50a

View File

@ -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)
{ {