don't override OnIconized() in the sample, the bug this was working around is now fixed in wxMSW itself

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-08-11 13:29:28 +00:00
parent 6bbe97b71d
commit c3b7706c4f
2 changed files with 0 additions and 8 deletions

View File

@@ -46,7 +46,6 @@ public:
void InitToolBar(wxToolBar* toolBar);
void OnSize(wxSizeEvent& event);
void OnIconize(wxIconizeEvent& event);
void OnAbout(wxCommandEvent& event);
void OnNewWindow(wxCommandEvent& event);
void OnQuit(wxCommandEvent& event);