]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpfrm.cpp
backported HTML tables horizontal size fix
[wxWidgets.git] / src / html / helpfrm.cpp
index 123aa56c7b988788e1420fccd6bfa323908ad288..b2487b292873fc0242049186f6d98991b7abb04e 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "helpfrm.h"
 #endif
 
@@ -721,8 +721,6 @@ void wxHtmlHelpFrame::CreateContents()
     if (! m_ContentsBox)
         return ;
 
-    m_ContentsBox->Clear();
-
     if (m_PagesHash)
     {
         WX_CLEAR_HASH_TABLE(*m_PagesHash);