adapting to new API variant
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,8 +24,11 @@
|
|||||||
|
|
||||||
extern wxList wxModalDialogs;
|
extern wxList wxModalDialogs;
|
||||||
|
|
||||||
void wxDialog::ShowWindowModal()
|
void wxDialog::DoShowWindowModal()
|
||||||
{
|
{
|
||||||
|
m_modality = wxDIALOG_MODALITY_APP_MODAL;
|
||||||
|
ShowModal();
|
||||||
|
SendWindowModalDialogEvent ( wxEVT_WINDOW_MODAL_DIALOG_CLOSED );
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxDialog::EndWindowModal()
|
void wxDialog::EndWindowModal()
|
||||||
|
Reference in New Issue
Block a user