mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 15:21:21 -06:00
FIX: enable focus navigation in SpinInput/TextInput
Change-Id: I32671cb8aa23f85b868284c41a66c583161e1b89
This commit is contained in:
parent
a302a58c9e
commit
7a5bca3c30
4 changed files with 47 additions and 20 deletions
|
@ -5,7 +5,7 @@
|
|||
#include "../wxExtensions.hpp"
|
||||
#include "StateHandler.hpp"
|
||||
|
||||
class TextInput : public wxWindow
|
||||
class TextInput : public wxNavigationEnabled<wxWindow>
|
||||
{
|
||||
|
||||
bool hover;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue