]> git.saurik.com Git - wxWidgets.git/commitdiff
Today's changes
authorRobin Dunn <robin@alldunn.com>
Wed, 6 Apr 2005 03:44:37 +0000 (03:44 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 6 Apr 2005 03:44:37 +0000 (03:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt

index ac68fd1751c77c33d077d2532fb73259e9f1e8ff..4f20b2b8882000be4a6694c764d85529bcd42a40 100644 (file)
@@ -70,6 +70,15 @@ control that is able to display an animated GIF file.
 wx.lib.plot.py: Applied patch from Werner F. Bruhin that allows either
 vertical and/or horizontal gridlines.
 
+wxMSW: Extra space given for top border of wx.StaticBoxSizer so the
+upper line is not cliped when there is no label.
+
+wxMSW: Restored old behaviour of wx.StaticBox.SetBackgroundColour only
+affecting the label.
+
+wxMSW: Fixed missing EVT_RIGHT_DOWN and EVT_TREE_ITEM_RIGHT_CLICK
+events in a wx.TreeCtrl.
+