From 90d0ab3443af62c1055cb7151be753aca89a20ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 23 Apr 2002 22:03:53 +0000 Subject: [PATCH] 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 --- src/html/helpfrm.cpp | 2 -- 1 file changed, 2 deletions(-) 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]); } -- 2.45.2