wxWindow::OnSize() does _not_ call Layout() (it should only be done for
top-level windows) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@226 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ed7a557b53
commit
da7f8ac4dd
@ -1335,7 +1335,7 @@ void wxWindow::Fit(void)
|
||||
|
||||
void wxWindow::OnSize( wxSizeEvent &WXUNUSED(event) )
|
||||
{
|
||||
if (GetAutoLayout()) Layout();
|
||||
//if (GetAutoLayout()) Layout();
|
||||
};
|
||||
|
||||
bool wxWindow::Show( bool show )
|
||||
|
@ -1335,7 +1335,7 @@ void wxWindow::Fit(void)
|
||||
|
||||
void wxWindow::OnSize( wxSizeEvent &WXUNUSED(event) )
|
||||
{
|
||||
if (GetAutoLayout()) Layout();
|
||||
//if (GetAutoLayout()) Layout();
|
||||
};
|
||||
|
||||
bool wxWindow::Show( bool show )
|
||||
|
Loading…
Reference in New Issue
Block a user