mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Fix for bug #1203
This commit is contained in:
@@ -56,6 +56,9 @@ class AButton: public wxWindow {
|
||||
|
||||
virtual ~ AButton();
|
||||
|
||||
virtual bool AcceptsFocus() const { return false; };
|
||||
virtual bool AcceptsFocusFromKeyboard() const { return true; };
|
||||
|
||||
// Associate a set of four images (button up, highlight, button down,
|
||||
// disabled) with one nondefault state of the button
|
||||
virtual void SetAlternateImages(unsigned idx,
|
||||
|
||||
Reference in New Issue
Block a user