Use new FindDescendants syntax
This commit is contained in:
parent
af142f6992
commit
5d109d4980
3 changed files with 32 additions and 22 deletions
|
|
@ -346,7 +346,7 @@ namespace MatterHackers.MatterControl
|
|||
{
|
||||
var namedChildren = new List<GuiWidget.WidgetAndPosition>();
|
||||
inspectedSystemWindow.FindDescendants(
|
||||
"",
|
||||
new[] { "" },
|
||||
namedChildren,
|
||||
new RectangleDouble(mousePosition.X, mousePosition.Y, mousePosition.X + 1, mousePosition.Y + 1),
|
||||
GuiWidget.SearchType.Partial,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue