Changed Highlighting logic for range transition to only include steps or sections
This commit is contained in:
parent
aace632c9b
commit
8ccdecf244
@ -1051,7 +1051,8 @@ namespace Volian.Controls.Library
|
||||
ItemInfo itm2 = (ItemInfo)node2.VEObject;
|
||||
while (!itm1.IsHigh) itm1 = itm1.MyParent;
|
||||
while (!itm2.IsHigh) itm2 = itm2.MyParent;
|
||||
ItemInfoList itmlst = (ItemInfoList)itm1.MyParent.GetChildren();
|
||||
// Get Steps or Sections Only
|
||||
ItemInfoList itmlst = (ItemInfoList)itm1.MyParent.GetChildren(false);
|
||||
int i1 = -1;
|
||||
int i2 = -1;
|
||||
int cnt = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user