FIX: enable focus navigation in SpinInput/TextInput

Change-Id: I32671cb8aa23f85b868284c41a66c583161e1b89
This commit is contained in:
chunmao.guo
2022-08-05 16:11:42 +08:00
committed by Lane.Wei
parent a302a58c9e
commit 7a5bca3c30
4 changed files with 47 additions and 20 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include "../wxExtensions.hpp"
#include "StateHandler.hpp"
class TextInput : public wxWindow
class TextInput : public wxNavigationEnabled<wxWindow>
{
bool hover;