diff --git a/docs/changes.txt b/docs/changes.txt index 983ce4956a..a70db487d6 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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.