]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/buttonbar.cpp
Simpler version of [ 1604590 ] wxListCtrl::FindItem & wxString
[wxWidgets.git] / src / generic / buttonbar.cpp
index e56e4ddce29cca089e41e30e70449d2a6377aade..343e7e585a91e1f955f48c53ad80f37f8df15a8b 100644 (file)
@@ -351,7 +351,7 @@ bool wxButtonToolBar::Realize()
     m_needsLayout = true;
     DoLayout();
 
     m_needsLayout = true;
     DoLayout();
 
-    SetBestSize(wxSize(m_maxWidth, m_maxHeight));
+    SetInitialSize(wxSize(m_maxWidth, m_maxHeight));
 
     return true;
 }
 
     return true;
 }