]> git.saurik.com Git - wxWidgets.git/commitdiff
reworded a bit
authorRobin Dunn <robin@alldunn.com>
Thu, 3 Mar 2005 20:57:37 +0000 (20:57 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 3 Mar 2005 20:57:37 +0000 (20:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt

index aea8587cc20687b33093c400741b5d9bdf24818a..386c230c5cf204c36c1bdd722ed715750b6d83ff 100644 (file)
@@ -258,9 +258,9 @@ wx.lib.iewin version instead.
 Fixed wx.BufferedPaintDC for scrolled windows to work whether the
 buffer is covering only the client area or the full virtual area of
 the scrolled window.  By default it will assume that only the client
-area is covered.  This is different than the old behavior, to indicate
-that the entire virtual area is covered then add a
-style=wx.BUFFER_VIRTUAL_AREA parameter. 
+area is covered.  This is different than the old behavior so to
+indicate that the entire virtual area is covered simply add a
+style=wx.BUFFER_VIRTUAL_AREA parameter.
 
 wx.gizmos.TreeListCtrl:  Add support for the EVT_TREE_ITEM_GETTOOLTIP
 event.