Removed unnecessary assignment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -374,8 +374,6 @@ bool wxSpinCtrl::Create(wxWindow *parent,
|
|||||||
|
|
||||||
wxSpinButtonBase::SetRange(min, max);
|
wxSpinButtonBase::SetRange(min, max);
|
||||||
|
|
||||||
m_oldValue = initial;
|
|
||||||
|
|
||||||
// subclass the text ctrl to be able to intercept some events
|
// subclass the text ctrl to be able to intercept some events
|
||||||
wxSetWindowUserData(GetBuddyHwnd(), this);
|
wxSetWindowUserData(GetBuddyHwnd(), this);
|
||||||
m_wndProcBuddy = (WXFARPROC)wxSetWindowProc(GetBuddyHwnd(),
|
m_wndProcBuddy = (WXFARPROC)wxSetWindowProc(GetBuddyHwnd(),
|
||||||
|
Reference in New Issue
Block a user