No changes, just refactor wxGrid::Render() to simplify it.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Jun 2012 11:00:58 +0000 (11:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Jun 2012 11:00:58 +0000 (11:00 +0000)
commitf00acdb8f4e91830a8b211518fd179369128f504
tree1f40d3a4097d5821e686964b9b579cda0d9776e0
parent4c5fc80a69d7b8520ade203ede0e0c938e687621
No changes, just refactor wxGrid::Render() to simplify it.

Introduce a couple of new helpers to make the main Render() function smaller
and more clear.

Closes #14347.

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