Commented out WXK_CONTROL....
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1770,8 +1770,8 @@ int wxKeyCodeToMacModifier(wxKeyCode key)
|
||||
case WXK_CAPITAL:
|
||||
return alphaLock;
|
||||
|
||||
case WXK_OPTION:
|
||||
return optionKey;
|
||||
// case WXK_OPTION:
|
||||
// return optionKey;
|
||||
|
||||
case WXK_CONTROL:
|
||||
return controlKey;
|
||||
|
@@ -1770,8 +1770,8 @@ int wxKeyCodeToMacModifier(wxKeyCode key)
|
||||
case WXK_CAPITAL:
|
||||
return alphaLock;
|
||||
|
||||
case WXK_OPTION:
|
||||
return optionKey;
|
||||
// case WXK_OPTION:
|
||||
// return optionKey;
|
||||
|
||||
case WXK_CONTROL:
|
||||
return controlKey;
|
||||
|
Reference in New Issue
Block a user