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:
@@ -159,6 +159,7 @@ class AButton: public wxWindow {
|
||||
std::vector<ImageArr> mImages;
|
||||
|
||||
wxRect mFocusRect;
|
||||
bool mForceFocusRect;
|
||||
|
||||
std::auto_ptr<Listener> mListener;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user