Also update description text when wxPG_DESCRIPTION window style is toggled

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2008-10-12 11:25:18 +00:00
parent d35947a23f
commit f3932d5ac4

View File

@@ -1287,6 +1287,8 @@ void wxPropertyGridManager::RecreateControls()
wxEmptyString,wxDefaultPosition,wxDefaultSize,wxALIGN_LEFT|wxST_NO_AUTORESIZE);
m_pTxtHelpContent->SetCursor ( *wxSTANDARD_CURSOR );
}
SetDescribedProperty(GetSelection());
}
else
{