Typo fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-09-11 19:20:11 +00:00
parent e7d073c376
commit a8de819021

View File

@@ -9464,7 +9464,7 @@ wxGridCellCoordsArray wxGrid::GetSelectionBlockTopLeft() const
wxGridCellCoordsArray wxGrid::GetSelectionBlockBottomRight() const wxGridCellCoordsArray wxGrid::GetSelectionBlockBottomRight() const
{ {
if (!m_selection) { wxGridCellCoordsArray a; return a; } if (!m_selection) { wxGridCellCoordsArray a; return a; }
return m_selection->m_blockSelectionTopLeft; return m_selection->m_blockSelectionBottomRight;
} }
wxArrayInt wxGrid::GetSelectedRows() const wxArrayInt wxGrid::GetSelectedRows() const
{ {