wxWidgets/include
Vadim Zeitlin 934ce46464 Don't call AdjustSpaceLimit() explicitly in wxMSW wxTextCtrl any more.
There is no need to do it as this is done by DoWriteText() and
AdjustSpaceLimit() doesn't work correctly if called from outside of it now.
Because of this, also make it private to prevent other accidental calls to it.

Closes #15980.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-04-27 22:39:49 +00:00
..
msvc/wx Allow building wxGTK using GTK+3 under Windows too. 2014-01-10 14:18:54 +00:00
wx Don't call AdjustSpaceLimit() explicitly in wxMSW wxTextCtrl any more. 2014-04-27 22:39:49 +00:00