Added label editing capability into wxPropertyGrid
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -216,7 +216,9 @@ wxPGProperty* wxPropertyGridInterface::GetSelection() const
|
||||
|
||||
bool wxPropertyGridInterface::ClearSelection( bool validation )
|
||||
{
|
||||
return DoClearSelection(validation, wxPG_SEL_DONT_SEND_EVENT);
|
||||
bool res = DoClearSelection(validation, wxPG_SEL_DONT_SEND_EVENT);
|
||||
GetPropertyGrid()->Refresh();
|
||||
return res;
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user