]> git.saurik.com Git - wxWidgets.git/commitdiff
*** empty log message ***
authorRobin Dunn <robin@alldunn.com>
Wed, 18 May 2005 02:34:45 +0000 (02:34 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 18 May 2005 02:34:45 +0000 (02:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt

index b2ca2729b459c678fa000abb3e6fd6818237d624..b678473a24322b730b823de54679af58d80e5a2e 100644 (file)
@@ -79,6 +79,10 @@ theme on XP.
 Added a wx.xrc.XmlResourceHandler for the Ticker class.  See
 wx/lib/ticker_xrc.py 
 
+wxSTC: Fixed CmdKeyAssign key bindings for Ctrl-Backspace.
+
+wxMSW: Fixed a bug in wx.TextCtrl where all the lines were being used
+to calculate the best size, instead of using a reasonable limit.