Fix #579: search box changed in Windows 10 1909

This commit is contained in:
Paddy Xu
2020-05-19 19:14:37 +03:00
parent 021ff268f6
commit 3f587c7b79
2 changed files with 47 additions and 3 deletions

View File

@@ -26,4 +26,6 @@ public:
private:
static bool IsListaryToolbarVisible();
static bool IsSearchBoxFocused();
static HWND GetFocusedControl();
};