Make wxPG_FILE_xxx built-in attributes
All wxPG_FILE_xxx attributes are used only in wxFileProperty to set respective internal data members and don't have to be stored in the property's attribute store.
This commit is contained in:
@@ -1946,7 +1946,7 @@ wxImageFileProperty::wxImageFileProperty( const wxString& label, const wxString&
|
||||
const wxString& value )
|
||||
: wxFileProperty(label,name,value)
|
||||
{
|
||||
SetAttribute( wxPG_FILE_WILDCARD, wxPGGetDefaultImageWildcard() );
|
||||
m_wildcard = wxPGGetDefaultImageWildcard();
|
||||
|
||||
m_pImage = NULL;
|
||||
m_pBitmap = NULL;
|
||||
|
||||
Reference in New Issue
Block a user