X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7b596fbffa1ee3eaf372e7c57f26c2bef18d158..dd107c50be43e8d4dbdba20df162faf119a3781c:/src/mac/choice.cpp?ds=sidebyside diff --git a/src/mac/choice.cpp b/src/mac/choice.cpp index 9363a6cdda..e9a8357ea5 100644 --- a/src/mac/choice.cpp +++ b/src/mac/choice.cpp @@ -44,7 +44,7 @@ bool wxChoice::Create(wxWindow *parent, wxWindowID id, MacPreControlCreate( parent , id , "" , pos , size ,style, validator , name , &bounds , title ) ; - m_macControl = UMANewControl( parent->GetMacRootWindow() , &bounds , title , true , 0 , -12345 , 0 , + m_macControl = UMANewControl( parent->GetMacRootWindow() , &bounds , title , false , 0 , -12345 , 0 , kControlPopupButtonProc + kControlPopupFixedWidthVariant , (long) this ) ; m_macPopUpMenuHandle = NewMenu( 1 , "\pPopUp Menu" ) ;