From: Václav Slavík Date: Fri, 8 Mar 2002 23:43:11 +0000 (+0000) Subject: fixed bug in wxHtmlHelpFrame: didn't show HTML window when navigation panel was off X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/00251d9bf7bdbb686967d8acdefd18cfb9bd1165?ds=inline fixed bug in wxHtmlHelpFrame: didn't show HTML window when navigation panel was off git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/helpfrm.cpp b/src/html/helpfrm.cpp index af4af2cc71..30b5c0119a 100644 --- a/src/html/helpfrm.cpp +++ b/src/html/helpfrm.cpp @@ -468,11 +468,6 @@ bool wxHtmlHelpFrame::Create(wxWindow* parent, wxWindowID id, m_Splitter->SetMinimumPaneSize(20); if ( m_Cfg.navig_on ) m_Splitter->SplitVertically(m_NavigPan, m_HtmlWin, m_Cfg.sashpos); - else - { - m_Splitter->SplitVertically(m_NavigPan, m_HtmlWin, m_Cfg.sashpos); - m_Splitter->Unsplit(); - } if ( m_Cfg.navig_on ) {