Use new FindDescendants syntax

This commit is contained in:
John Lewin 2018-12-30 08:17:01 -08:00
parent af142f6992
commit 5d109d4980
3 changed files with 32 additions and 22 deletions

View file

@ -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,