]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/glcanvas.mm
adapt defines for ctrl/command key
[wxWidgets.git] / src / osx / cocoa / glcanvas.mm
index abde96bf66f5211ef511ac719bad07485017751f..863bd8bf28aabd6ee208b274620ad3e77d5de57f 100644 (file)
@@ -260,8 +260,8 @@ bool wxGLCanvas::Create(wxWindow *parent,
     if ( !m_glFormat )
         return false;
 
-   // m_macIsUserPane = false ;
-
+    // DontCreatePeer();
+    
     if ( !wxWindow::Create(parent, id, pos, size, style, name) )
         return false;