git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26414
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
int flags = 0;
wxGenericTreeItem *thisItem = m_anchor->HitTest(pt, this, flags, 0);
wxGenericTreeItem *underMouse = thisItem;
int flags = 0;
wxGenericTreeItem *thisItem = m_anchor->HitTest(pt, this, flags, 0);
wxGenericTreeItem *underMouse = thisItem;
bool underMouseChanged = (underMouse != m_underMouse) ;
bool underMouseChanged = (underMouse != m_underMouse) ;
+#endif // wxUSE_TOOLTIPS
if ((underMouse) &&
(flags & wxTREE_HITTEST_ONITEMBUTTON) &&
if ((underMouse) &&
(flags & wxTREE_HITTEST_ONITEMBUTTON) &&