fixed infinite recursion bug in some rare cases

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-06-19 17:05:46 +00:00
parent 47b4af9e09
commit be9d7aa6f5
2 changed files with 11 additions and 8 deletions

View File

@@ -175,14 +175,15 @@ OTHER CHANGES
2.4.2
-----
wxBase:
- always NUL-terminate the log messages
All:
- always NUL-terminate the log messages
- wxRegEx::Compile() now calculates the number of groups correctly
All (GUI):
- rare crash in wxFontMapper fixed (Robert Vazan)
Generic:
- wxListCtrl: respect wxLC_NO_HEADER style when inserting first column