Allow selection items to be toggled using CMD key when the listbox style is wxLB_EXTENDED.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
bce1697986
commit
464b15e17d
@ -537,7 +537,7 @@ wxMacDataBrowserListControl::wxMacDataBrowserListControl( wxWindow *peer, const
|
||||
}
|
||||
else if ( style & wxLB_EXTENDED )
|
||||
{
|
||||
// default behaviour
|
||||
options |= kDataBrowserCmdTogglesSelection;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user