Keyboard focus fixed

This commit is contained in:
2016-06-09 15:39:00 +02:00
parent 6800de3df7
commit eadcc5eadd
3 changed files with 14 additions and 4 deletions

View File

@@ -231,6 +231,11 @@ public:
/// Constructs a banner pannel and set the title text to product name
///
wxEAPBannerPanel(wxWindow* parent);
protected:
/// \cond internal
virtual bool AcceptsFocusFromKeyboard() const { return false; }
/// \endcond
};