fix rendering of wxGrid on wxMSW when a dialog is over the grid.
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 1 Mar 2009 17:21:46 +0000 (17:21 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 1 Mar 2009 17:21:46 +0000 (17:21 +0000)
commit01a65e7c585afb79e7c47a7b99f2e450b9e35542
tree8fbf34d5489d16894f588d9da10d9888a60df218
parent88c87a11a81106d950a2bbadf9426933f7b63de7
fix rendering of wxGrid on wxMSW when a dialog is over the grid.
To test the bug: open the "grid" sample and popup the about box, then move it over the grid; without this fix portions of wxGrid were painted as gray (disabled colour) even if the wxGrid itself was not disabled.

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