more scrollbar input handling: extracted common bits to wxStdScrollBarHandler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/wxUNIVERSAL@8174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -56,7 +56,7 @@ void wxScrollBar::Init()
|
||||
m_thumbPos =
|
||||
m_pageSize = 0;
|
||||
|
||||
for ( size_t n = 0; n < Element_Max; n++ )
|
||||
for ( size_t n = 0; n < WXSIZEOF(m_elementsState); n++ )
|
||||
{
|
||||
m_elementsState[n] = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user