From: Václav Slavík Date: Tue, 23 Apr 2002 22:03:53 +0000 (+0000) Subject: no need to expand the hidden root (in fact, it is forbidden now) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/90d0ab3443af62c1055cb7151be753aca89a20ee no need to expand the hidden root (in fact, it is forbidden now) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/helpfrm.cpp b/src/html/helpfrm.cpp index 076addc04d..8333e379be 100644 --- a/src/html/helpfrm.cpp +++ b/src/html/helpfrm.cpp @@ -756,8 +756,6 @@ void wxHtmlHelpFrame::CreateContents() imaged[it->m_Level] = TRUE; } } - - m_ContentsBox->Expand(roots[0]); }