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);
|
||||
#else
|
||||
m_spin->SetTextValue(event.GetPosition());
|
||||
event.Skip();
|
||||
m_spin->SetTextValue(eventSpin.GetPosition());
|
||||
eventSpin.Skip();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user