Add wxGrid::RefreshAttr() method to force attribute refresh.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Aug 2010 22:18:52 +0000 (22:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Aug 2010 22:18:52 +0000 (22:18 +0000)
commitb99450eecb344b39cb8dc31e56d458e582a8eeba
tree8b3d2d57bb5f700d2c5055ba821d465d89e7c7f8
parentbb612373c0db87bd79af9876be16be1bdf90e42a
Add wxGrid::RefreshAttr() method to force attribute refresh.

A cached attribute may continue to be used even though the attribute returned
by a custom wxGridCellAttrProvider has changed so add a method to force wxGrid
to update the attribute by forgetting the cached copy.

Closes #12406.

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