git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59511
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Travel and expand/collapse
int selectDir = -2;
// Travel and expand/collapse
int selectDir = -2;
- if ( p->GetChildCount() &&
- !(p->m_flags & wxPG_PROP_DISABLED)
- )
+ if ( p->GetChildCount() )
{
if ( action == wxPG_ACTION_COLLAPSE_PROPERTY || secondAction == wxPG_ACTION_COLLAPSE_PROPERTY )
{
{
if ( action == wxPG_ACTION_COLLAPSE_PROPERTY || secondAction == wxPG_ACTION_COLLAPSE_PROPERTY )
{