mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-07 15:49:42 +02:00
fix mac build
This commit is contained in:
parent
107507e125
commit
1cd9d28d10
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user