1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-25 08:58:06 +02:00

Bug1252 more: fix ctrl+f6, revert unnecessary part of bug1202 fix

... see 93aeca9a48cb422987fafbdfb7764c6af789d6cb
This commit is contained in:
Paul Licameli 2016-06-23 12:07:56 -04:00
parent e9cf0a8335
commit 8d94cd7db5

View File

@ -56,9 +56,6 @@ class AButton final : public wxWindow {
virtual ~ AButton();
bool AcceptsFocus() const override { return false; }
bool AcceptsFocusFromKeyboard() const override { return true; }
// Associate a set of four images (button up, highlight, button down,
// disabled) with one nondefault state of the button
void SetAlternateImages(unsigned idx,