Fix wxGridColumnOperations::GetLineBefore() for the first column.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Feb 2013 20:46:03 +0000 (20:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Feb 2013 20:46:03 +0000 (20:46 +0000)
commit7c99eaa1f887bbde4e8cd45d9e8f34c62240f629
tree6c49ba0e6066fef4e96ea60c7563c6bd68c9179f
parent8f9e2a55589659788bdcbf7723e2d5103ae419c1
Fix wxGridColumnOperations::GetLineBefore() for the first column.

We should return -1 from here as there is no column before the first one and
wxGridRowOperations::GetLineBefore() already does this.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/private/grid.h