Don't initialize wxFileDialog::m_filterIndex to 1 in wxMotif.
This makes it consistent with all the other ports. Closes #1129. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -113,7 +113,6 @@ wxFileDialog::wxFileDialog(wxWindow *parent, const wxString& message,
|
|||||||
long style, const wxPoint& pos, const wxSize& sz, const wxString& name)
|
long style, const wxPoint& pos, const wxSize& sz, const wxString& name)
|
||||||
:wxFileDialogBase(parent, message, defaultDir, defaultFileName, wildCard, style, pos, sz, name)
|
:wxFileDialogBase(parent, message, defaultDir, defaultFileName, wildCard, style, pos, sz, name)
|
||||||
{
|
{
|
||||||
m_filterIndex = 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void wxChangeListBoxColours(wxWindow* WXUNUSED(win), Widget widget)
|
static void wxChangeListBoxColours(wxWindow* WXUNUSED(win), Widget widget)
|
||||||
|
Reference in New Issue
Block a user