Rename GuiWidget find descendant helpers

This commit is contained in:
John Lewin 2018-12-29 16:37:17 -08:00
parent cb6abce2da
commit af142f6992
7 changed files with 8 additions and 9 deletions

View file

@ -345,7 +345,7 @@ namespace MatterHackers.MatterControl
&& tabControl1.SelectedIndex == 0)
{
var namedChildren = new List<GuiWidget.WidgetAndPosition>();
inspectedSystemWindow.FindNamedChildrenRecursive(
inspectedSystemWindow.FindDescendants(
"",
namedChildren,
new RectangleDouble(mousePosition.X, mousePosition.Y, mousePosition.X + 1, mousePosition.Y + 1),