Fix event table baseclass error (#9777)

This commit is contained in:
Noisyfox
2025-06-01 22:49:54 +08:00
committed by GitHub
parent beaaa09f2f
commit 340da6fa85
8 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
#include <wx/dcclient.h>
#include <wx/dcgraph.h>
BEGIN_EVENT_TABLE(TextInput, wxPanel)
BEGIN_EVENT_TABLE(TextInput, StaticBox)
EVT_PAINT(TextInput::paintEvent)