]> git.saurik.com Git - wxWidgets.git/commitdiff
adjusted LB_EXTENDED and LB_MULTIPLE to wxMSW
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 26 Feb 2004 07:52:17 +0000 (07:52 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 26 Feb 2004 07:52:17 +0000 (07:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/listbox.cpp
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 )
     {
     OptionBits  options = 0;
     if ( style & wxLB_MULTIPLE )
     {
-        options += lNoExtend ;
+        options += lExtendDrag + lUseSense  ;
     }
     else if ( style & wxLB_EXTENDED )
     {
     }
     else if ( style & wxLB_EXTENDED )
     {
-        options += lExtendDrag ;
+        // default behaviour
     }
     else
     {
     }
     else
     {
index 4a623eb59b72fee778dd86f83d20a604490bf3a1..b4dae1a156f3116585f4694a41328e8f97e7e137 100644 (file)
@@ -286,11 +286,11 @@ bool wxListBox::Create(wxWindow *parent, wxWindowID id,
     OptionBits  options = 0;
     if ( style & wxLB_MULTIPLE )
     {
     OptionBits  options = 0;
     if ( style & wxLB_MULTIPLE )
     {
-        options += lNoExtend ;
+        options += lExtendDrag + lUseSense  ;
     }
     else if ( style & wxLB_EXTENDED )
     {
     }
     else if ( style & wxLB_EXTENDED )
     {
-        options += lExtendDrag ;
+        // default behaviour
     }
     else
     {
     }
     else
     {