Found one more occurance where windows overlapped in the editor. B2016-134
This commit is contained in:
parent
767fbc8a7f
commit
2f81c9c85f
@ -2515,7 +2515,7 @@ namespace Volian.Controls.Library
|
|||||||
{
|
{
|
||||||
// B2016-134 Fix - If a previous step exists, use it to locate the current step
|
// B2016-134 Fix - If a previous step exists, use it to locate the current step
|
||||||
if (_MyPreviousEditItem != null)
|
if (_MyPreviousEditItem != null)
|
||||||
ItemLocation = new Point(_MyParentEditItem.ContentLeft, _MyPreviousEditItem.Bottom);
|
ItemLocation = new Point(_MyParentEditItem.ContentLeft, _MyPreviousEditItem.BottomMostEditItem.Bottom);
|
||||||
else
|
else
|
||||||
ItemLocation = new Point(_MyParentEditItem.ContentLeft, _MyParentEditItem.Bottom);
|
ItemLocation = new Point(_MyParentEditItem.ContentLeft, _MyParentEditItem.Bottom);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user