fixed Enter Key logic so that it jumps to an RNO only if the substep type has sequential numbering

This commit is contained in:
John Jenko 2012-02-16 19:01:28 +00:00
parent 6f90d34705
commit 491c79759e

View File

@ -1683,7 +1683,7 @@ namespace Volian.Controls.Library
}
//else if (deletedRNO || MyItemInfo.IsEquipmentList)
// InsertSiblingBeforeOrAfter("after");
else if (MyItemInfo.IsEquipmentList)
else if (!MyItemInfo.IsSequential) // only add a sibling if substep type does not have sequential tabs
InsertSiblingBeforeOrAfter("after");
else if (deletedRNO)
{