X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/864db5de611f630d8b64dec6b648117187381d99..04bf08b7e26f35a177b46948789505c316b2df28:/src/mac/listbox.cpp diff --git a/src/mac/listbox.cpp b/src/mac/listbox.cpp index 4a623eb59b..b4dae1a156 100644 --- a/src/mac/listbox.cpp +++ b/src/mac/listbox.cpp @@ -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 {