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:
Vadim Zeitlin
2000-10-18 16:22:59 +00:00
parent 8ea58028dc
commit 85df8658e0

View File

@@ -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++ )