]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/choicbkg.cpp
using native architecture for development builds only, saves half of the compiles
[wxWidgets.git] / src / generic / choicbkg.cpp
index 096d5e4d2fcf17f229e8ba2eaf831da00eb83bca..6eb021982140d50bd6862c49ac9ece583655012c 100644 (file)
@@ -257,7 +257,6 @@ wxChoicebook::InsertPage(size_t n,
     if ( selNew != wxNOT_FOUND )
         SetSelection(selNew);
 
-    InvalidateBestSize();
     return true;
 }