Skip to content
Snippets Groups Projects
Commit 173aef6c authored by Eric Wait's avatar Eric Wait
Browse files

Show all new hulls after the split

parent b465a0ff
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ lever_3d('updateHulls',Hulls(hull));
lever_3d('addHulls',Hulls(newHullIdx));
[trackHulls, familyHulls] = GetHullsToDisplay(selectedHull);
familyHulls = [familyHulls newHullIdx];
if (get(uiControlHandles.cb_ShowFamily,'Value')==1)
lever_3d('displayHulls',familyHulls);
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment