mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-24 15:15:52 +01:00
Fix minor typos (#720)
Co-authored-by: freddii <https://freddii@github.com>
This commit is contained in:
@@ -112,7 +112,7 @@ public:
|
||||
: wxEventFilter()
|
||||
{
|
||||
#if defined(__WXMAC__)
|
||||
// In wx3, the menu accelerators take precendence over key event processing
|
||||
// In wx3, the menu accelerators take precedence over key event processing
|
||||
// so we won't get wxEVT_CHAR_HOOK events for combinations assigned to menus.
|
||||
// Since we only support OS X 10.6 or greater, we can use an event monitor
|
||||
// to capture the key event before it gets to the normal wx3 processing.
|
||||
|
||||
Reference in New Issue
Block a user