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:
Julian Smart
2001-12-10 11:39:06 +00:00
parent 2593f03384
commit 5d0000b5b5

View File

@@ -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
}