]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/listbox.cpp
Some doc corrections
[wxWidgets.git] / src / mac / listbox.cpp
index 4a623eb59b72fee778dd86f83d20a604490bf3a1..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
     {