removed leftover testing code in patch for wxComboBox and wxListBox that
only compiles with configured with --enable-debug git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -422,9 +422,6 @@ void MyFrame::FileOpen(wxCommandEvent& WXUNUSED(event) )
|
|||||||
// one will use it by default
|
// one will use it by default
|
||||||
void MyFrame::FileOpen2(wxCommandEvent& WXUNUSED(event) )
|
void MyFrame::FileOpen2(wxCommandEvent& WXUNUSED(event) )
|
||||||
{
|
{
|
||||||
wxOnAssert( "Test assert.txt", 20, "Test" );
|
|
||||||
return;
|
|
||||||
|
|
||||||
static wxString s_extDef;
|
static wxString s_extDef;
|
||||||
wxString path = wxFileSelector(
|
wxString path = wxFileSelector(
|
||||||
_T("Select the file to load"),
|
_T("Select the file to load"),
|
||||||
@@ -639,7 +636,7 @@ void MyFrame::ShowReplaceDialog( wxCommandEvent& WXUNUSED(event) )
|
|||||||
"Find and replace dialog",
|
"Find and replace dialog",
|
||||||
wxFR_REPLACEDIALOG
|
wxFR_REPLACEDIALOG
|
||||||
);
|
);
|
||||||
dialog->Show();
|
dialog->Show(TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
void MyFrame::ShowFindDialog( wxCommandEvent& WXUNUSED(event) )
|
void MyFrame::ShowFindDialog( wxCommandEvent& WXUNUSED(event) )
|
||||||
@@ -652,7 +649,7 @@ void MyFrame::ShowFindDialog( wxCommandEvent& WXUNUSED(event) )
|
|||||||
// just for testing
|
// just for testing
|
||||||
wxFR_NOWHOLEWORD
|
wxFR_NOWHOLEWORD
|
||||||
);
|
);
|
||||||
dialog->Show();
|
dialog->Show(TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
static wxString DecodeFindDialogEventFlags(int flags)
|
static wxString DecodeFindDialogEventFlags(int flags)
|
||||||
|
Reference in New Issue
Block a user