down arrow fix
search tweaks search tweeks up arrow fix
This commit is contained in:
@@ -662,7 +662,7 @@ namespace Volian.Controls.Library
|
||||
// If has caution, BottomPart of last sibling of the caution
|
||||
if (ii.Cautions != null) return BottomPart(ii.Cautions[0].LastSibling);
|
||||
// If previous sibling, BottomPart of previous sibling
|
||||
if (ii.MyPrevious != null) return BottomPart(ii.MyPrevious);
|
||||
if (ii.MyPrevious != null && ii.IsProcedure == false) return BottomPart(ii.MyPrevious);
|
||||
// Go to parent until at procedure
|
||||
if (!ii.IsProcedure) return (ii.MyParent);
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user