Ignore Destroy calls on wx.BusyInfo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6af7d1bdb7
commit
f6e949dfbe
@ -118,6 +118,8 @@ class wxBusyInfo : public wxObject {
|
||||
public:
|
||||
wxBusyInfo(const wxString& message);
|
||||
~wxBusyInfo();
|
||||
|
||||
%pythoncode { def Destroy(self): pass }
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user