mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Make tool bar pushbuttons cooperate with Voiceover on Mac...
... Use Command+f5 to start VoiceOver, then control+alt+ left and right arrows to navigate. Much better now, but still we need to do something about sliders, meters, and numeric text controls.
This commit is contained in:
@@ -19,12 +19,13 @@
|
||||
#include <wx/access.h>
|
||||
#endif
|
||||
|
||||
#include <wx/button.h>
|
||||
#include <wx/image.h>
|
||||
#include <wx/window.h>
|
||||
|
||||
#include "ImageRoll.h"
|
||||
|
||||
class AButton final : public wxWindow {
|
||||
class AButton final : public wxButton {
|
||||
friend class AButtonAx;
|
||||
class Listener;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user