Arrow down logic fix
This commit is contained in:
parent
3bc3278035
commit
3392efd9e9
@ -724,7 +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
|
||||
if (ii.NextItems != null) 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 (ii.IsCautionStructureFirstSib && ii.MyParent.Notes != null) return ii.MyParent.Notes[0];
|
||||
// If on caution, if parent !has note or if on note go to parent
|
||||
|
Loading…
x
Reference in New Issue
Block a user