FIX: enable focus navigation in SpinInput/TextInput

Change-Id: I32671cb8aa23f85b868284c41a66c583161e1b89
This commit is contained in:
chunmao.guo 2022-07-27 19:33:30 +08:00 committed by Lane.Wei
parent a302a58c9e
commit 7a5bca3c30
4 changed files with 47 additions and 20 deletions

View file

@ -5,7 +5,7 @@
#include "../wxExtensions.hpp"
#include "StateHandler.hpp"
class TextInput : public wxWindow
class TextInput : public wxNavigationEnabled<wxWindow>
{
bool hover;