just an unused var warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2904,7 +2904,9 @@ void wxGenericTreeCtrl::OnMouse( wxMouseEvent &event )
|
|||||||
int flags = 0;
|
int flags = 0;
|
||||||
wxGenericTreeItem *thisItem = m_anchor->HitTest(pt, this, flags, 0);
|
wxGenericTreeItem *thisItem = m_anchor->HitTest(pt, this, flags, 0);
|
||||||
wxGenericTreeItem *underMouse = thisItem;
|
wxGenericTreeItem *underMouse = thisItem;
|
||||||
|
#if wxUSE_TOOLTIPS
|
||||||
bool underMouseChanged = (underMouse != m_underMouse) ;
|
bool underMouseChanged = (underMouse != m_underMouse) ;
|
||||||
|
#endif // wxUSE_TOOLTIPS
|
||||||
|
|
||||||
if ((underMouse) &&
|
if ((underMouse) &&
|
||||||
(flags & wxTREE_HITTEST_ONITEMBUTTON) &&
|
(flags & wxTREE_HITTEST_ONITEMBUTTON) &&
|
||||||
|
Reference in New Issue
Block a user