1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Addresses meter accessibility mentioned in bug #33

And also corrects the missing focus rectangle display on
the toolbar buttons on Linux.
This commit is contained in:
lllucius
2015-01-04 09:24:26 +00:00
parent 3a23757e2e
commit 8bef14df36
4 changed files with 391 additions and 10 deletions

View File

@@ -159,6 +159,7 @@ class AButton: public wxWindow {
std::vector<ImageArr> mImages;
wxRect mFocusRect;
bool mForceFocusRect;
std::auto_ptr<Listener> mListener;