From 7c63f0d11149a871b38c42b97fb9658bf5e8dff4 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Fri, 25 Oct 2019 13:27:54 +0200 Subject: [PATCH] rename FilterProfilesByFocusedControlLocation --- GUIs.ZooFlow/frmAdmin.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUIs.ZooFlow/frmAdmin.vb b/GUIs.ZooFlow/frmAdmin.vb index c29dd44e..f13f9ec5 100644 --- a/GUIs.ZooFlow/frmAdmin.vb +++ b/GUIs.ZooFlow/frmAdmin.vb @@ -113,7 +113,7 @@ Partial Public Class frmAdmin oMatchingProfiles = oProfileFilter.FilterProfilesByClipboardRegex(oMatchingProfiles, oClipboardContents) oMatchingProfiles = oProfileFilter.FilterProfilesByProcess(oMatchingProfiles, oWindowInfo.ProcessName) oMatchingProfiles = oProfileFilter.FilterWindowsByWindowTitleRegex(oMatchingProfiles, oWindowInfo.WindowTitle) - oMatchingProfiles = oProfileFilter.FilterProfilesByFocusedControlLocation(oMatchingProfiles, oClipboardContents, Handle) + oMatchingProfiles = oProfileFilter.FilterProfilesByFocusedControl(oMatchingProfiles, oClipboardContents, Handle) oMatchingProfiles = Await Task.Run(Function() Return oProfileFilter.FilterProfilesBySearchResults( oMatchingProfiles,