Typo fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user