Fix #101: Do not preview when Listary toolbar is visible

This commit is contained in:
Paddy Xu
2017-10-15 18:04:22 +03:00
parent 3f262dfcd2
commit 1b2f5fabfa
2 changed files with 31 additions and 2 deletions

View File

@@ -23,4 +23,7 @@ public:
static void ObtainFirstItem(CComPtr<IDataObject> dao, PWCHAR buffer);
static bool IsCursorActivated(HWND hwndfg);
static bool HelperMethods::IsUWP();
private:
static bool IsListaryToolbarVisible();
};