linking fix for wxUSE_VALIDATORS==0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1644,10 +1644,9 @@ wxFileProperty::wxFileProperty( const wxString& label, const wxString& name,
|
|||||||
|
|
||||||
wxFileProperty::~wxFileProperty() {}
|
wxFileProperty::~wxFileProperty() {}
|
||||||
|
|
||||||
#if wxUSE_VALIDATORS
|
|
||||||
|
|
||||||
wxValidator* wxFileProperty::GetClassValidator()
|
wxValidator* wxFileProperty::GetClassValidator()
|
||||||
{
|
{
|
||||||
|
#if wxUSE_VALIDATORS
|
||||||
WX_PG_DOGETVALIDATOR_ENTRY()
|
WX_PG_DOGETVALIDATOR_ENTRY()
|
||||||
|
|
||||||
// Atleast wxPython 2.6.2.1 required that the string argument is given
|
// Atleast wxPython 2.6.2.1 required that the string argument is given
|
||||||
@@ -1665,6 +1664,9 @@ wxValidator* wxFileProperty::GetClassValidator()
|
|||||||
validator->SetExcludes(exChars);
|
validator->SetExcludes(exChars);
|
||||||
|
|
||||||
WX_PG_DOGETVALIDATOR_EXIT(validator)
|
WX_PG_DOGETVALIDATOR_EXIT(validator)
|
||||||
|
#else
|
||||||
|
return NULL;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
wxValidator* wxFileProperty::DoGetValidator() const
|
wxValidator* wxFileProperty::DoGetValidator() const
|
||||||
@@ -1672,8 +1674,6 @@ wxValidator* wxFileProperty::DoGetValidator() const
|
|||||||
return GetClassValidator();
|
return GetClassValidator();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void wxFileProperty::OnSetValue()
|
void wxFileProperty::OnSetValue()
|
||||||
{
|
{
|
||||||
const wxString& fnstr = m_value.GetString();
|
const wxString& fnstr = m_value.GetString();
|
||||||
|
Reference in New Issue
Block a user