No changes, just refactor wxGrid::DrawAllGridLines().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 May 2012 13:00:09 +0000 (13:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 May 2012 13:00:09 +0000 (13:00 +0000)
commitf31d3faf7a4f578f6c115fbbb0e70f7a6e7a7d63
tree4e5d554e3aec8ae27acc1f71ecb39455fc3c6f73
parentcf1a582ab947647cd17ad481c1b95e51b211ffcc
No changes, just refactor wxGrid::DrawAllGridLines().

Extract the actual drawing of the lines into a new DoDrawGridLines() method.

This will be used by the upcoming commits for drawing grid lines for a part of
the grid only, see #14294.

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