This commit is contained in:
parent
bbd820532e
commit
5a7fcad996
@ -724,6 +724,7 @@ namespace Volian.Controls.Library
|
|||||||
// RNOs: Use PMode (column)
|
// RNOs: Use PMode (column)
|
||||||
if (lookAtRNO && ii.RNOs != null && ii.RNOLevel >= ii.ColumnMode) return TopPart(ii.RNOs[0]);
|
if (lookAtRNO && ii.RNOs != null && ii.RNOLevel >= ii.ColumnMode) return TopPart(ii.RNOs[0]);
|
||||||
// Nextsibling - go to top part of sibling
|
// 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 (ii.NextItems != null && ii.NextItemCount > 0) return TopPart(ii.NextItems[0]);
|
||||||
// If on caution, if parent has note - go to note
|
// If on caution, if parent has note - go to note
|
||||||
if (ii.IsCautionStructureFirstSib && ii.MyParent.Notes != null) return ii.MyParent.Notes[0];
|
if (ii.IsCautionStructureFirstSib && ii.MyParent.Notes != null) return ii.MyParent.Notes[0];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user