]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/statline.mm
fixing multiple extensions in one filter, turning off temporarily sheets code
[wxWidgets.git] / src / osx / cocoa / statline.mm
index f57c1bb28fb0f13ae55e563937c6a5b9b0c11d82..fdff4b0c274baa7369e55309ffe83832f2363a80 100644 (file)
@@ -44,7 +44,6 @@ wxWidgetImplType* wxWidgetImpl::CreateStaticLine( wxWindowMac* wxpeer,
     NSRect r = wxOSXGetFrameForControl( wxpeer, pos , size ) ;
     wxNSBox* v = [[wxNSBox alloc] initWithFrame:r];
     wxWidgetCocoaImpl* c = new wxWidgetCocoaImpl( wxpeer, v );
     NSRect r = wxOSXGetFrameForControl( wxpeer, pos , size ) ;
     wxNSBox* v = [[wxNSBox alloc] initWithFrame:r];
     wxWidgetCocoaImpl* c = new wxWidgetCocoaImpl( wxpeer, v );
-    [v setImplementation:c];
     return c;
 }
 
     return c;
 }