Generate EVT_SPINCTRL_UPDATED for wxMotif, too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2002-07-29 20:25:52 +00:00
parent 33ffdd7291
commit 1ae72ce2a7

View File

@ -109,7 +109,7 @@ public:
protected:
void OnSpinButton(wxSpinEvent& eventSpin)
{
#ifdef __WXMAC__
#if defined(__WXMAC__) || defined(__WXMOTIF__)
m_spin->SetTextValue(eventSpin.GetPosition());
wxCommandEvent event(wxEVT_COMMAND_SPINCTRL_UPDATED, m_spin->GetId());