X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e2cb856c4849b0956c21f053be2bc8f30b881fb..c437fde9f90fc7dfcac79053d214fc9146d7be21:/samples/controls/controls.cpp diff --git a/samples/controls/controls.cpp b/samples/controls/controls.cpp index 77fefdba72..aafd3d3b44 100644 --- a/samples/controls/controls.cpp +++ b/samples/controls/controls.cpp @@ -677,7 +677,7 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h ) wxPanel *panel = new wxPanel(m_book); m_listbox = new wxListBox( panel, ID_LISTBOX, wxPoint(10,10), wxSize(120,70), - 5, choices, wxLB_MULTIPLE /*|wxLB_ALWAYS_SB*/ ); + 5, choices, wxLB_MULTIPLE |wxLB_ALWAYS_SB ); m_listboxSorted = new wxListBox( panel, ID_LISTBOX_SORTED, wxPoint(10,90), wxSize(120,70), 5, choices, wxLB_SORT );