From 8d94cd7db5bb66ecd7cfa72388ba56d18079bc21 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Thu, 23 Jun 2016 12:07:56 -0400 Subject: [PATCH] Bug1252 more: fix ctrl+f6, revert unnecessary part of bug1202 fix ... see 93aeca9a48cb422987fafbdfb7764c6af789d6cb --- src/widgets/AButton.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/widgets/AButton.h b/src/widgets/AButton.h index 3f1e3eeb4..ca6965357 100644 --- a/src/widgets/AButton.h +++ b/src/widgets/AButton.h @@ -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,