mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Fix event table baseclass error (#9777)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
wxDEFINE_EVENT(wxCUSTOMEVT_SET_TEMP_FINISH, wxCommandEvent);
|
||||
|
||||
BEGIN_EVENT_TABLE(TempInput, wxPanel)
|
||||
BEGIN_EVENT_TABLE(TempInput, StaticBox)
|
||||
EVT_MOTION(TempInput::mouseMoved)
|
||||
EVT_ENTER_WINDOW(TempInput::mouseEnterWindow)
|
||||
EVT_LEAVE_WINDOW(TempInput::mouseLeaveWindow)
|
||||
|
||||
Reference in New Issue
Block a user