]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/textctrl.cpp
*** empty log message ***
[wxWidgets.git] / src / msw / textctrl.cpp
index 458cb8f4c800e9b10afef106406e80b2ee433073..6d55b5594910180ae1e010c8d51cb74b4ba4fa90 100644 (file)
@@ -860,7 +860,7 @@ void wxTextCtrl::AdjustSpaceLimit()
 #ifndef __WIN16__
     unsigned int len = ::GetWindowTextLength(GetHwnd()),
     limit = ::SendMessage(GetHwnd(), EM_GETLIMITTEXT, 0, 0);
-    if ( len > limit )
+    if ( len >= limit )
     {
         limit = len + 0x8000;    // 32Kb