B2020-012: Location of centered table in editor is not correct
This commit is contained in:
parent
45894e48a2
commit
5c4cedf50a
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user