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:
@@ -1049,7 +1049,6 @@ bool wxToolBar::Realize()
|
||||
}
|
||||
|
||||
InvalidateBestSize();
|
||||
SetBestFittingSize();
|
||||
UpdateSize();
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user