adjusted LB_EXTENDED and LB_MULTIPLE to wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user