never return NULL_BRUSH from WM_CTLCOLOR handler, it doesn't do much for most control...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Dec 2004 00:06:43 +0000 (00:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Dec 2004 00:06:43 +0000 (00:06 +0000)
commite96ec686d8f244bbd617c14aa0c62ff9ca0c2970
treeff29721ff00a7908f877e20690dfc402edcbc4c4
parent6181cef53222dc7f04e0e52fc4a2d399709a076e
never return NULL_BRUSH from WM_CTLCOLOR handler, it doesn't do much for most controls and breaks background erase for a few (slider, static text, static bitmap, ...)

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