no event upon changing value only anymore

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2002-05-17 12:19:37 +00:00
parent 6606ecac87
commit 85ea2e2077
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ int wxSpinButton::GetValue() const
void wxSpinButton::SetValue(int val)
{
MacHandleValueChanged( val - m_value ) ;
m_value = val ;
}
void wxSpinButton::SetRange(int minVal, int maxVal)

View File

@@ -83,7 +83,7 @@ int wxSpinButton::GetValue() const
void wxSpinButton::SetValue(int val)
{
MacHandleValueChanged( val - m_value ) ;
m_value = val ;
}
void wxSpinButton::SetRange(int minVal, int maxVal)