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:
|
case WXK_CAPITAL:
|
||||||
return alphaLock;
|
return alphaLock;
|
||||||
|
|
||||||
case WXK_OPTION:
|
// case WXK_OPTION:
|
||||||
return optionKey;
|
// return optionKey;
|
||||||
|
|
||||||
case WXK_CONTROL:
|
case WXK_CONTROL:
|
||||||
return controlKey;
|
return controlKey;
|
||||||
|
@@ -1770,8 +1770,8 @@ int wxKeyCodeToMacModifier(wxKeyCode key)
|
|||||||
case WXK_CAPITAL:
|
case WXK_CAPITAL:
|
||||||
return alphaLock;
|
return alphaLock;
|
||||||
|
|
||||||
case WXK_OPTION:
|
// case WXK_OPTION:
|
||||||
return optionKey;
|
// return optionKey;
|
||||||
|
|
||||||
case WXK_CONTROL:
|
case WXK_CONTROL:
|
||||||
return controlKey;
|
return controlKey;
|
||||||
|
Reference in New Issue
Block a user