X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/baa1771049988b0142a694e25f47f3f35878eb87..2b199a38dccae76ad59f747dd7ef6fcfc680c089:/src/html/helpfrm.cpp diff --git a/src/html/helpfrm.cpp b/src/html/helpfrm.cpp index 9f53a7fb62..24e37d3b28 100644 --- a/src/html/helpfrm.cpp +++ b/src/html/helpfrm.cpp @@ -281,7 +281,7 @@ void wxHtmlHelpFrame::Init(wxHtmlHelpData* data) m_Config = NULL; m_ConfigRoot = wxEmptyString; - m_Cfg.x = m_Cfg.y = 0; + m_Cfg.x = m_Cfg.y = -1; m_Cfg.w = 700; m_Cfg.h = 480; m_Cfg.sashpos = 240;