Dirty hack to prevent double destruction of file dialog.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -43,9 +43,11 @@ public: | ||||
|     virtual void SetFilename(const wxString& name); | ||||
|     virtual void SetWildcard(const wxString& wildCard); | ||||
|     virtual void SetFilterIndex(int filterIndex); | ||||
|  | ||||
|              | ||||
| //private: | ||||
|     bool m_destroyed_by_delete; | ||||
|      | ||||
|     void UpdateFromDialog(); | ||||
| private: | ||||
|     void UpdateDialog(); | ||||
|      | ||||
|     DECLARE_DYNAMIC_CLASS(wxFileDialog) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user