git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25951
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
OptionBits options = 0;
if ( style & wxLB_MULTIPLE )
{
OptionBits options = 0;
if ( style & wxLB_MULTIPLE )
{
+ options += lExtendDrag + lUseSense ;
}
else if ( style & wxLB_EXTENDED )
{
}
else if ( style & wxLB_EXTENDED )
{
- options += lExtendDrag ;
OptionBits options = 0;
if ( style & wxLB_MULTIPLE )
{
OptionBits options = 0;
if ( style & wxLB_MULTIPLE )
{
+ options += lExtendDrag + lUseSense ;
}
else if ( style & wxLB_EXTENDED )
{
}
else if ( style & wxLB_EXTENDED )
{
- options += lExtendDrag ;