mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-28 21:32:11 +00:00
FIX: enable focus navigation in SpinInput/TextInput
Change-Id: I32671cb8aa23f85b868284c41a66c583161e1b89
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "../wxExtensions.hpp"
|
||||
#include "StateHandler.hpp"
|
||||
|
||||
class TextInput : public wxWindow
|
||||
class TextInput : public wxNavigationEnabled<wxWindow>
|
||||
{
|
||||
|
||||
bool hover;
|
||||
|
||||
Reference in New Issue
Block a user