From: Julian Smart Date: Wed, 23 Mar 2005 13:43:39 +0000 (+0000) Subject: use default position, not 0, 0 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e395058687cca1ee355492bc8390a534fcbff069 use default position, not 0, 0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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;