This commit is contained in:
@@ -1238,7 +1238,7 @@ namespace Volian.Controls.Library
|
||||
//int x = myParentEditItem.TextLeft;
|
||||
int x = center - width / 2;
|
||||
if (x + width > rightLimit) x = rightLimit - width;
|
||||
int colT = MyStepPanel.ToDisplay(myStepSectionLayoutData.ColT);
|
||||
int colT = MyStepPanel.ToDisplay((int)myStepSectionLayoutData.ColT);
|
||||
if (x < colT) x = colT;
|
||||
int y = FindTop(myParentEditItem.Bottom);
|
||||
return new Point(x, y);
|
||||
|
Reference in New Issue
Block a user