]> git.saurik.com Git - wxWidgets.git/commit
Prefer to use standard selection colour in wxDataViewCustomRenderer.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 6 Nov 2009 20:47:44 +0000 (20:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 6 Nov 2009 20:47:44 +0000 (20:47 +0000)
commitaa2444bd9ef48c616e0f518722aa447a1c062d32
tree1051d693b37d2629eecf75d4733d22a129b137cd
parentf2d5064cca801671d9a0ae57326a4438574df0c9
Prefer to use standard selection colour in wxDataViewCustomRenderer.

We currently don't allow customizing the background colour of the selected
items which is always the system standard colour and so we should also use the
system standard selection foreground colour as a combination of a custom
foreground and standard background may be completely unreadable.

Notice that it is still possible to use custom colour if really needed from a
custom renderer by removing wxDATAVIEW_CELL_SELECTED from the flags before
calling the base class version of RenderText().

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