Allow wxPGProperty::Hide() to be called on unattached property (see #11987)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2200,11 +2200,6 @@ inline void wxPGProperty::SetEditor( const wxString& editorName )
|
||||
m_customEditor = wxPropertyGridInterface::GetEditorByName(editorName);
|
||||
}
|
||||
|
||||
inline bool wxPGProperty::Hide( bool hide, int flags )
|
||||
{
|
||||
return GetGrid()->HideProperty(this, hide, flags);
|
||||
}
|
||||
|
||||
inline bool wxPGProperty::SetMaxLength( int maxLen )
|
||||
{
|
||||
return GetGrid()->SetPropertyMaxLength(this,maxLen);
|
||||
|
Reference in New Issue
Block a user