1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-06 06:31:07 +01:00

Revert "fix mac build"

This reverts commit 2910cc2a6f.
This commit is contained in:
Paul Licameli
2016-06-25 22:17:24 -04:00
parent 2910cc2a6f
commit 107507e125
3 changed files with 10 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ wxPanelWrapper::wxPanelWrapper(wxWindow * parent, wxWindowID id,
void wxPanelWrapper::DoCharHook(wxKeyEvent &event)
{
#ifdef __WXMAC__
#ifdef __WXMAC
// Compensate for the regressions in TAB key navigation
// due to the switch to wxWidgets 3.0.2
if (event.GetKeyCode() == WXK_TAB) {