No real changes, just use wxSize::Get{Width,Height} and not Get{X,Y}.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 15 Jun 2012 23:23:27 +0000 (23:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 15 Jun 2012 23:23:27 +0000 (23:23 +0000)
commit8e2c6c3f7d3846883f20754a84d03866057df427
tree3b75a0161561a15926c73abe11bc9b5ef3cd90ae
parent4a699e3a59b19c21b6faae714b56cac5a75df2e2
No real changes, just use wxSize::Get{Width,Height} and not Get{X,Y}.

Use more readable accessors in wxGrid code to avoid confusion between wxGrid
(x, y) coordinates and wxSize (x, y) fields.

Closes #14347.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/grid.cpp