update list ctrl size after recreating it (when the mode changes)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-11-06 19:28:24 +00:00
parent 3e84f98ffa
commit 07bf769ead
2 changed files with 11 additions and 6 deletions

View File

@@ -80,7 +80,9 @@ class MyFrame: public wxFrame
{
public:
MyFrame(const wxChar *title, int x, int y, int w, int h);
~MyFrame();
virtual ~MyFrame();
void DoSize();
protected:
void OnSize(wxSizeEvent& event);