handle all wxROLE_XXX values in wxConvertToWindowsRole()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-11-04 11:14:57 +00:00
parent 040b6ee5ac
commit 6e35d7ca0e

View File

@ -1748,6 +1748,8 @@ int wxConvertToWindowsRole(wxAccRole wxrole)
{
switch (wxrole)
{
case wxROLE_NONE:
return 0;
case wxROLE_SYSTEM_ALERT:
return ROLE_SYSTEM_ALERT;
case wxROLE_SYSTEM_ANIMATION: