]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/glcanvas.cpp
Various changes to make pop up menus work
[wxWidgets.git] / src / msw / glcanvas.cpp
index 3b037573382a76df81b6c3e80cbebfa2a3d1e246..97cb556e372e929908c1340b8570fc7e020edc95 100644 (file)
@@ -319,14 +319,6 @@ bool wxGLCanvas::Create(wxWindow *parent,
     msflags |= WS_BORDER;
   }
 
-  // calculate the value to return from WM_GETDLGCODE handler
-  if ( GetWindowStyleFlag() & wxWANTS_CHARS )
-  {
-    // want everything: i.e. all keys and WM_CHAR message
-    m_lDlgCode = DLGC_WANTARROWS | DLGC_WANTCHARS |
-                 DLGC_WANTTAB | DLGC_WANTMESSAGE;
-  }
-
   return MSWCreate(wxGLCanvasClassName, NULL, pos, size, msflags, exStyle);
 }