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:
parent
c847adaacf
commit
0efd57325c
@ -2904,7 +2904,9 @@ void wxGenericTreeCtrl::OnMouse( wxMouseEvent &event )
|
||||
int flags = 0;
|
||||
wxGenericTreeItem *thisItem = m_anchor->HitTest(pt, this, flags, 0);
|
||||
wxGenericTreeItem *underMouse = thisItem;
|
||||
#if wxUSE_TOOLTIPS
|
||||
bool underMouseChanged = (underMouse != m_underMouse) ;
|
||||
#endif // wxUSE_TOOLTIPS
|
||||
|
||||
if ((underMouse) &&
|
||||
(flags & wxTREE_HITTEST_ONITEMBUTTON) &&
|
||||
|
Loading…
Reference in New Issue
Block a user