]> git.saurik.com Git - wxWidgets.git/commitdiff
use default position, not 0, 0
authorJulian Smart <julian@anthemion.co.uk>
Wed, 23 Mar 2005 13:43:39 +0000 (13:43 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 23 Mar 2005 13:43:39 +0000 (13:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/helpfrm.cpp

index 9f53a7fb625bfd0f4a6f34f7a920de38d0d2be2f..24e37d3b28ebea0c4fa60963ae19bc4b294d4d27 100644 (file)
@@ -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;