]> git.saurik.com Git - wxWidgets.git/commitdiff
give credit for wxGrid column move hint improvement
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 23 Oct 2008 11:47:12 +0000 (11:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 23 Oct 2008 11:47:12 +0000 (11:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 983ce4956af8df10c144fd914dc6c8cb98ecd168..a70db487d6ed01cbd1ef782dccb7c655828dbbc0 100644 (file)
@@ -407,7 +407,7 @@ All (GUI):
 - Added "enabled" and "hidden" attributes to radio box items in XRC.
 - wxWindow::IsBeingDeleted() now returns true not only if the window itself is
   marked for destruction but also if any of its parent windows are.
-- Improved drawing of the hint during column move in wxGrid.
+- Improved drawing of the hint during column move in wxGrid (Santo Pfingsten).
 - Add wxGridSelectRowsOrColumns selection mode to wxGrid.
 - Get/HasModifiers() of wxKeyEvent are now also available in wxMouseEvent.