From b8f993414502f8ee982b93b9162692084f9b1115 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 18 May 2005 02:34:45 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/docs/CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index b2ca2729b4..b678473a24 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -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.