mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-02 22:27:10 +01:00
Adding wxMac accessibility. Should resolve:
http://bugzilla.audacityteam.org/show_bug.cgi?id=139
This commit is contained in:
@@ -65,6 +65,10 @@ private:
|
||||
none = 99,
|
||||
};
|
||||
|
||||
#if defined(__WXMAC__) && wxUSE_ACCESSIBILITY
|
||||
virtual bool AcceptsFocus() const {return false;}
|
||||
#endif
|
||||
|
||||
void OnPaint(wxPaintEvent& evt);
|
||||
void OnMouseCaptureChanged(wxMouseCaptureChangedEvent &evt);
|
||||
void OnMouseCaptureLost(wxMouseCaptureLostEvent &evt);
|
||||
|
||||
Reference in New Issue
Block a user