mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-26 01:18:06 +02:00
Bug1252 more: fix ctrl+f6, revert unnecessary part of bug1202 fix
... see 93aeca9a48cb422987fafbdfb7764c6af789d6cb
This commit is contained in:
parent
e9cf0a8335
commit
8d94cd7db5
@ -56,9 +56,6 @@ class AButton final : public wxWindow {
|
|||||||
|
|
||||||
virtual ~ AButton();
|
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,
|
// Associate a set of four images (button up, highlight, button down,
|
||||||
// disabled) with one nondefault state of the button
|
// disabled) with one nondefault state of the button
|
||||||
void SetAlternateImages(unsigned idx,
|
void SetAlternateImages(unsigned idx,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user