Rename GuiWidget find descendant helpers
This commit is contained in:
parent
cb6abce2da
commit
af142f6992
7 changed files with 8 additions and 9 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue