]> git.saurik.com Git - wxWidgets.git/commit
Define colours for all wxSYS_COLOUR_XXX values in wxUniv.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Jul 2010 23:32:35 +0000 (23:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Jul 2010 23:32:35 +0000 (23:32 +0000)
commit81214330309a52427f2795a78fce7b4abb488ed7
treeed59d43ad5b6e1a3db823c282fc3a678049262b4
parente22fa4d7b2608c333d8ffdb9807973b6967a2087
Define colours for all wxSYS_COLOUR_XXX values in wxUniv.

Ensure that we have enough elements in the array used by
wxSystemSettings::GetColour() in wxUniv to avoid the assert which happened
when e.g. wxSYS_COLOUR_LISTBOXTEXT was requested from it. This resulted in
an infinite stream of asserts and a crash when trying to use wxTreeCtrl in
wxUniv.

Closes #11702.

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