]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpfrm.cpp
Applied patch [ 1196679 ] wxIMPLEMENT_CLASS_COMMON2 bad parameter count compil fix.
[wxWidgets.git] / 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;