Fixed typo with TV_HITTESTINFO
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -243,7 +243,7 @@ private:
|
|||||||
|
|
||||||
static HTREEITEM GetItemFromPoint(HWND hwndTV, int x, int y)
|
static HTREEITEM GetItemFromPoint(HWND hwndTV, int x, int y)
|
||||||
{
|
{
|
||||||
TVHITTESTINFO tvht;
|
TV_HITTESTINFO tvht;
|
||||||
tvht.pt.x = x;
|
tvht.pt.x = x;
|
||||||
tvht.pt.y = y;
|
tvht.pt.y = y;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user