]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/mdig.cpp
forward the char, key and text events from the textctrl
[wxWidgets.git] / src / generic / mdig.cpp
index 8d33478b6dab6160ea800f7f51b920b56911b2b6..ebafe05ac0b578691a3539520df0e41da22cce41 100644 (file)
@@ -699,7 +699,7 @@ bool wxGenericMDIClientWindow::CreateClient( wxGenericMDIParentFrame *parent, lo
 {
     SetWindowStyleFlag(style);
 
-    bool success = wxNotebook::Create(parent, wxID_NOTEBOOK_CLIENT_AREA, wxPoint(), wxSize(100, 100), 0);
+    bool success = wxNotebook::Create(parent, wxID_NOTEBOOK_CLIENT_AREA, wxPoint(0,0), wxSize(100, 100), 0);
     if (success)
     {
         /*