]> git.saurik.com Git - wxWidgets.git/commitdiff
no need to expand the hidden root (in fact, it is forbidden now)
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 23 Apr 2002 22:03:53 +0000 (22:03 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 23 Apr 2002 22:03:53 +0000 (22:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/helpfrm.cpp

index 076addc04d5715cc239a9b4a96f8961c84f8deb7..8333e379bece25afb96666c6ffa227192160c1c3 100644 (file)
@@ -756,8 +756,6 @@ void wxHtmlHelpFrame::CreateContents()
             imaged[it->m_Level] = TRUE;
         }
     }
-
-    m_ContentsBox->Expand(roots[0]);
 }