]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/listbkg.cpp
default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr
[wxWidgets.git] / src / generic / listbkg.cpp
index a9498bdf3cc9d1d71466dcdc53c2bb83d35d63dd..a898d9827682fd60dde15e6d94e42f0c0b00b859 100644 (file)
@@ -325,8 +325,6 @@ wxListbook::InsertPage(size_t n,
     if ( selNew != -1 )
         SetSelection(selNew);
 
-    InvalidateBestSize();
-    // GetListView()->InvalidateBestSize();
     GetListView()->Arrange();
 
     if (GetPageCount() == 1)