]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo fixed
authorJulian Smart <julian@anthemion.co.uk>
Wed, 11 Sep 2002 19:20:11 +0000 (19:20 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 11 Sep 2002 19:20:11 +0000 (19:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/grid.cpp

index 48da8a20424aad9a5ee399eaf13370dbdc9b6f54..1685c4030c8a0e09730d2d4266a16002bde7704c 100644 (file)
@@ -9464,7 +9464,7 @@ wxGridCellCoordsArray wxGrid::GetSelectionBlockTopLeft() const
 wxGridCellCoordsArray wxGrid::GetSelectionBlockBottomRight() const
 {
     if (!m_selection) { wxGridCellCoordsArray a; return a; }
-    return m_selection->m_blockSelectionTopLeft;
+    return m_selection->m_blockSelectionBottomRight;
 }
 wxArrayInt wxGrid::GetSelectedRows() const
 {