we end up with 2 selected item even in
single selection mode. This is a follow-up
to the no-dangling pointer patch and also
reflects MSW behaviour.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31144
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
m_select_me = item;
}
if (item != m_current && IsDescendantOf(item, m_current)) {
m_select_me = item;
}
if (item != m_current && IsDescendantOf(item, m_current)) {
+ m_current->SetHilight( false );
m_current = NULL;
m_select_me = item;
}
m_current = NULL;
m_select_me = item;
}