Putting the SetBestFittingSize() call at the end of wxToolBar::Realize

seems to cause more problems than it fixes, and in fact I can't seem
to duplicate the problems that it had before any longer, so let's
remove it.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-01-31 01:55:59 +00:00
parent 588be5ae1c
commit e731cb64e6

View File

@@ -1049,7 +1049,6 @@ bool wxToolBar::Realize()
}
InvalidateBestSize();
SetBestFittingSize();
UpdateSize();
return true;