Event typo fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -118,8 +118,8 @@ protected:
|
|||||||
|
|
||||||
m_spin->GetEventHandler()->ProcessEvent(event);
|
m_spin->GetEventHandler()->ProcessEvent(event);
|
||||||
#else
|
#else
|
||||||
m_spin->SetTextValue(event.GetPosition());
|
m_spin->SetTextValue(eventSpin.GetPosition());
|
||||||
event.Skip();
|
eventSpin.Skip();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user