From 5a7fcad996743ca27aca39ee4d21cf048ceef8cc Mon Sep 17 00:00:00 2001 From: John Date: Thu, 10 Dec 2009 19:44:07 +0000 Subject: [PATCH] --- PROMS/Volian.Controls.Library/StepPanel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PROMS/Volian.Controls.Library/StepPanel.cs b/PROMS/Volian.Controls.Library/StepPanel.cs index 479e7076..df162771 100644 --- a/PROMS/Volian.Controls.Library/StepPanel.cs +++ b/PROMS/Volian.Controls.Library/StepPanel.cs @@ -724,6 +724,7 @@ namespace Volian.Controls.Library // RNOs: Use PMode (column) if (lookAtRNO && ii.RNOs != null && ii.RNOLevel >= ii.ColumnMode) return TopPart(ii.RNOs[0]); // Nextsibling - go to top part of sibling + // TODO: RHM - NextItems was not null when it should have been after delete of a note below a caution if (ii.NextItems != null && ii.NextItemCount > 0) return TopPart(ii.NextItems[0]); // If on caution, if parent has note - go to note if (ii.IsCautionStructureFirstSib && ii.MyParent.Notes != null) return ii.MyParent.Notes[0];