fixed UpdateLastVisible() - but why was it broken???
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/wxUNIVERSAL@8576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1388,7 +1388,7 @@ void wxTextCtrl::UpdateLastVisible()
|
||||
w =
|
||||
wOld = 0;
|
||||
|
||||
m_colLastVisible = m_colStart - 1;
|
||||
m_colLastVisible = m_colStart;
|
||||
|
||||
const wxChar *pc = m_value.c_str() + (size_t)m_colStart;
|
||||
for ( ; *pc; pc++ )
|
||||
|
Reference in New Issue
Block a user