From: Julian Smart Date: Wed, 11 Sep 2002 19:20:11 +0000 (+0000) Subject: Typo fixed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a8de8190213d2a3b485b1445a9226cd58b8d9d1c Typo fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/grid.cpp b/src/generic/grid.cpp index 48da8a2042..1685c4030c 100644 --- a/src/generic/grid.cpp +++ b/src/generic/grid.cpp @@ -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 {