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:
parent
040b6ee5ac
commit
6e35d7ca0e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user