Fix #579: also deal with non-English UIs

This commit is contained in:
Paddy Xu
2020-05-20 12:43:39 +03:00
parent 3f587c7b79
commit 5a02558ebe
3 changed files with 13 additions and 21 deletions

View File

@@ -22,10 +22,10 @@ public:
static void GetSelectedInternal(CComQIPtr<IWebBrowserApp> pWebBrowserApp, PWCHAR buffer);
static void ObtainFirstItem(CComPtr<IDataObject> dao, PWCHAR buffer);
static bool IsCursorActivated(HWND hwndfg);
static bool IsExplorerSearchBoxFocused();
static bool HelperMethods::IsUWP();
private:
static bool IsListaryToolbarVisible();
static bool IsSearchBoxFocused();
static HWND GetFocusedControl();
};