]> git.saurik.com Git - wxWidgets.git/commitdiff
recent MSW changes: wxFrame border styles and wxRadioButton dummy events fixes
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 17 Jan 2002 23:54:40 +0000 (23:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 17 Jan 2002 23:54:40 +0000 (23:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 387355a41e00396e46b27487b55fff7fc5fcfbe5..b162a6863ce92d20eae691886becdcc0da2f2514 100644 (file)
@@ -91,6 +91,9 @@ wxMSW:
   are changed
 - fixed wxProgressDialog for ranges > 65535
 - wxFontEnumerator now returns all fonts, not only TrueType ones
+- bugs in handling wxFrame styles (border/caption related) fixed
+- showing a dialog from EVT_RADIOBUTTON handler doesn't lead to an infinite
+  recursion any more
 - wxTextCtrl with wxTE_RICH flag scrolls to the end when text is appended to it
 
 wxGTK: