git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17137
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxGridCellCoordsArray wxGrid::GetSelectionBlockBottomRight() const
{
if (!m_selection) { wxGridCellCoordsArray a; return a; }
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
{
}
wxArrayInt wxGrid::GetSelectedRows() const
{