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:
Kevin Ollivier 2006-11-09 20:12:49 +00:00
parent bce1697986
commit 464b15e17d

View File

@ -537,7 +537,7 @@ wxMacDataBrowserListControl::wxMacDataBrowserListControl( wxWindow *peer, const
}
else if ( style & wxLB_EXTENDED )
{
// default behaviour
options |= kDataBrowserCmdTogglesSelection;
}
else
{