]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/choice.cpp
corrected GetPosition and extended erasing to include the entire update rgn passed
[wxWidgets.git] / src / mac / carbon / choice.cpp
index c0c21a537795c3397f8b84726cd776dc3c7a6dfe..72c34a84a76a312bef91a8a46a687b7c61dfda4f 100644 (file)
@@ -69,7 +69,7 @@ bool wxChoice::Create(wxWindow *parent, wxWindowID id,
 
     m_peer = new wxMacControl() ;
     verify_noerr ( CreatePopupButtonControl( MAC_WXHWND(parent->MacGetTopLevelWindowRef()) , &bounds , CFSTR("") , 
-        -12345 , false /* no variable width */ , 0 , 0 , 0 , *m_peer ) );
+        -12345 , false /* no variable width */ , 0 , 0 , 0 , m_peer->GetControlRefAddr() ) );
     
 
     m_macPopUpMenuHandle =  NewUniqueMenu() ;