removing the menu from the public API of wxChoice on osx

on iOS pickers are having data sources that are not implemented using a menu, therefore the implementation API had to be changed
This commit is contained in:
Stefan Csomor
2018-10-01 08:28:41 +02:00
parent ca6cae20e8
commit 00197d0c75
5 changed files with 217 additions and 18 deletions

View File

@@ -91,7 +91,6 @@ protected:
wxArrayString m_strings;
wxChoiceDataArray m_datas ;
wxMenu* m_popUpMenu ;
private:
// This should be called when the number of items in the control changes.