diff --git a/src/mac/carbon/choice.cpp b/src/mac/carbon/choice.cpp index 2275ce10c0..c130d3798a 100644 --- a/src/mac/carbon/choice.cpp +++ b/src/mac/carbon/choice.cpp @@ -63,6 +63,7 @@ bool wxChoice::Create(wxWindow *parent, wxWindowID id, if ( n > 0 ) SetControl32BitValue( (ControlHandle) m_macControl , 1 ) ; MacPostControlCreate() ; + // TODO wxCB_SORT for ( int i = 0; i < n; i++ ) { Append(choices[i]); diff --git a/src/mac/choice.cpp b/src/mac/choice.cpp index 2275ce10c0..c130d3798a 100644 --- a/src/mac/choice.cpp +++ b/src/mac/choice.cpp @@ -63,6 +63,7 @@ bool wxChoice::Create(wxWindow *parent, wxWindowID id, if ( n > 0 ) SetControl32BitValue( (ControlHandle) m_macControl , 1 ) ; MacPostControlCreate() ; + // TODO wxCB_SORT for ( int i = 0; i < n; i++ ) { Append(choices[i]);