Found one more occurance where windows overlapped in the editor. B2016-134

This commit is contained in:
Rich 2016-05-23 15:53:59 +00:00
parent 767fbc8a7f
commit 2f81c9c85f

View File

@ -2515,7 +2515,7 @@ namespace Volian.Controls.Library
{
// B2016-134 Fix - If a previous step exists, use it to locate the current step
if (_MyPreviousEditItem != null)
ItemLocation = new Point(_MyParentEditItem.ContentLeft, _MyPreviousEditItem.Bottom);
ItemLocation = new Point(_MyParentEditItem.ContentLeft, _MyPreviousEditItem.BottomMostEditItem.Bottom);
else
ItemLocation = new Point(_MyParentEditItem.ContentLeft, _MyParentEditItem.Bottom);
}