remove ancient SetModal(), it was deprecated long ago and is not present in wxMSW or wxOSX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -95,11 +95,6 @@ bool wxDialog::IsModal() const
|
||||
return m_modalShowing;
|
||||
}
|
||||
|
||||
void wxDialog::SetModal( bool WXUNUSED(flag) )
|
||||
{
|
||||
wxFAIL_MSG( wxT("wxDialog:SetModal obsolete now") );
|
||||
}
|
||||
|
||||
// Workaround for Ubuntu overlay scrollbar, which adds our GtkWindow to a
|
||||
// private window group in a GtkScrollbar realize handler. This breaks the grab
|
||||
// done by gtk_window_set_modal(), and allows menus and toolbars in the parent
|
||||
|
Reference in New Issue
Block a user