]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/listbox.cpp
Some doc corrections
[wxWidgets.git] / src / mac / listbox.cpp
index 128f87af9e213aad8aa0d0d1a7bd9c79af358d47..b4dae1a156f3116585f4694a41328e8f97e7e137 100644 (file)
@@ -286,11 +286,11 @@ bool wxListBox::Create(wxWindow *parent, wxWindowID id,
     OptionBits  options = 0;
     if ( style & wxLB_MULTIPLE )
     {
-        options += lNoExtend ;
+        options += lExtendDrag + lUseSense  ;
     }
     else if ( style & wxLB_EXTENDED )
     {
-        options += lExtendDrag ;
+        // default behaviour
     }
     else
     {
@@ -823,7 +823,7 @@ void wxListBox::MacScrollTo( int n )
     // TODO implement scrolling
 }
 
-void wxListBox::OnSize( const wxSizeEvent &event)
+void wxListBox::OnSize( wxSizeEvent &event)
 {
     Point pt;